Class: Aws::ECRPublic::Types::DescribeImageTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::DescribeImageTagsResponse
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_tag_details ⇒ Array<Types::ImageTagDetail>
The image tag details for the images in the requested repository.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureDescribeImageTagsrequest.
Instance Attribute Details
#image_tag_details ⇒ Array<Types::ImageTagDetail>
The image tag details for the images in the requested repository.
373 374 375 376 377 378 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 373 class DescribeImageTagsResponse < Struct.new( :image_tag_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken value to include in a future DescribeImageTags
request. When the results of a DescribeImageTags request exceed
maxResults, you can use this value to retrieve the next page of
results. If there are no more results to return, this value is
null.
373 374 375 376 377 378 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 373 class DescribeImageTagsResponse < Struct.new( :image_tag_details, :next_token) SENSITIVE = [] include Aws::Structure end |