Class: Aws::ECS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags for the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags for the resource.
5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-ecs/types.rb', line 5895 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |