Class: Aws::ECR::Types::ListImageReferrersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ListImageReferrersResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListImageReferrersrequest. -
#referrers ⇒ Array<Types::ImageReferrer>
The list of artifacts associated with the subject image.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListImageReferrers
request. When the results of a ListImageReferrers 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.
3247 3248 3249 3250 3251 3252 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3247 class ListImageReferrersResponse < Struct.new( :referrers, :next_token) SENSITIVE = [] include Aws::Structure end |
#referrers ⇒ Array<Types::ImageReferrer>
The list of artifacts associated with the subject image.
3247 3248 3249 3250 3251 3252 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3247 class ListImageReferrersResponse < Struct.new( :referrers, :next_token) SENSITIVE = [] include Aws::Structure end |