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:



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