Class: Aws::ECR::Types::DescribeImagesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_detailsArray<Types::ImageDetail>

A list of ImageDetail objects that contain data about the image.

Returns:



1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1015

class DescribeImagesResponse < Struct.new(
  :image_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1015

class DescribeImagesResponse < Struct.new(
  :image_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end