Class: Aws::SWF::Types::ListTagsForResourceOutput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::ResourceTag>

An array of tags associated with the domain.

Returns:



3221
3222
3223
3224
3225
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3221

class ListTagsForResourceOutput < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end