Class: Aws::SSMContacts::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags related to the contact or escalation plan.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags related to the contact or escalation plan.
1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1695 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |