Class: Aws::SSMContacts::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListTagsForResourceRequest
- 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.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1683 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |