Class: Aws::States::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

An array of tags associated with the resource.

Returns:



1861
1862
1863
1864
1865
# File 'lib/aws-sdk-states/types.rb', line 1861

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