class
Amazonite::CloudWatchLogs::UntagResourceRequest
- Amazonite::CloudWatchLogs::UntagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/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 CloudWatch Logs resource that you're removing tags from.
-
#resource_arn=(resource_arn : String)
The ARN of the CloudWatch Logs resource that you're removing tags from.
-
#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
Returns true if this reference is the same as other. Invokes same?.
The ARN of the CloudWatch Logs resource that you're removing tags from.
The ARN format of a log group is arn:aws:logs:*Region*:*account-id*:log-group:*log-group-name*
The ARN format of a destination is
arn:aws:logs:*Region*:*account-id*:destination:*destination-name*
For more information about ARN format, see CloudWatch Logs resources and operations.
The ARN of the CloudWatch Logs resource that you're removing tags from.
The ARN format of a log group is arn:aws:logs:*Region*:*account-id*:log-group:*log-group-name*
The ARN format of a destination is
arn:aws:logs:*Region*:*account-id*:destination:*destination-name*
For more information about ARN format, see CloudWatch Logs resources and operations.