Class: Aws::SSMContacts::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
-
#tag_keys ⇒ Array<String>
The key of the tag that you want to remove.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
2374 2375 2376 2377 2378 2379 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2374 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The key of the tag that you want to remove.
2374 2375 2376 2377 2378 2379 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2374 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |