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:



3251
3252
3253
3254
3255
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3251

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