Class: Aws::States::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ListTagsForResourceOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
An array of tags associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
An array of tags associated with the resource.
1943 1944 1945 1946 1947 |
# File 'lib/aws-sdk-states/types.rb', line 1943 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |