Class: Aws::ECRPublic::Types::DescribeImageTagsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_tag_detailsArray<Types::ImageTagDetail>

The image tag details for the images in the requested repository.

Returns:



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_tokenString

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.

Returns:

  • (String)


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