Class: Aws::ECS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ecs/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.
10099 10100 10101 10102 10103 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10099 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |