Class: Aws::SWF::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::ResourceTag>
An array of tags associated with the domain.
Instance Attribute Details
#tags ⇒ Array<Types::ResourceTag>
An array of tags associated with the domain.
3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3204 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |