class Amazonite::EventBridge::TagResourceRequest

Included Modules

Defined in:

eventbridge/tag_resource_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resource_arn : String, tags : Array(Tag)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def resource_arn : String #

The ARN of the EventBridge resource that you're adding tags to.


[View source]
def resource_arn=(resource_arn : String) #

The ARN of the EventBridge resource that you're adding tags to.


[View source]
def tags : Array(Tag) #

The list of key-value pairs to associate with the resource.


[View source]
def tags=(tags : Array(Tag)) #

The list of key-value pairs to associate with the resource.


[View source]
def validate! : Nil #

[View source]