Class: Aws::SSMContacts::Types::ListTagsForResourceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tags related to the contact or escalation plan.

Returns:



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