Class: Aws::ECR::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/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.
2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-ecr/types.rb', line 2837 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |