Class: Aws::NotificationsContacts::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NotificationsContacts::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The value of the resource that will have the tag removed.
-
#tag_keys ⇒ Array<String>
Specifies a list of tag keys that you want to remove from the specified resources.
Instance Attribute Details
#arn ⇒ String
The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
424 425 426 427 428 429 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 424 class UntagResourceRequest < Struct.new( :arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Specifies a list of tag keys that you want to remove from the specified resources.
424 425 426 427 428 429 |
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 424 class UntagResourceRequest < Struct.new( :arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |