class
Amazonite::EventBridge::UntagResourceRequest
- Amazonite::EventBridge::UntagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/untag_resource_request.crConstructors
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 from which you are removing tags.
-
#resource_arn=(resource_arn : String)
The ARN of the EventBridge resource from which you are removing tags.
-
#tag_keys : Array(String)
The list of tag keys to remove from the resource.
-
#tag_keys=(tag_keys : Array(String))
The list of tag keys to remove from 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 from which you are removing tags.