class
Amazonite::EventBridge::TagResourceRequest
- Amazonite::EventBridge::TagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/tag_resource_request.crConstructors
- .new(resource_arn : String, tags : Array(Tag))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The ARN of the EventBridge resource that you're adding tags to.
-
#resource_arn=(resource_arn : String)
The ARN of the EventBridge resource that you're adding tags to.
-
#tags : Array(Tag)
The list of key-value pairs to associate with the resource.
-
#tags=(tags : Array(Tag))
The list of key-value pairs to associate with the resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def resource_arn=(resource_arn : String)
#
The ARN of the EventBridge resource that you're adding tags to.
The list of key-value pairs to associate with the resource.