Class: Aws::ECR::Types::ListImageReferrersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ListImageReferrersFilter

The filter key and value with which to filter your ‘ListImageReferrers` results. If no filter is specified, only artifacts with `ACTIVE` status are returned.



3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of image referrer results returned by ‘ListImageReferrers` in paginated output. When this parameter is used, `ListImageReferrers` only returns `maxResults` results in a single page along with a `nextToken` response element. The remaining results of the initial request can be seen by sending another `ListImageReferrers` request with the returned `nextToken` value. This value can be between 1 and 50. If this parameter is not used, then `ListImageReferrers` returns up to 50 results and a `nextToken` value, if applicable.

Returns:

  • (Integer)


3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘nextToken` value returned from a previous paginated `ListImageReferrers` request where `maxResults` was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the `nextToken` value. This value is `null` when there are no more results to return.

<note markdown=“1”> This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

</note>

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry that contains the repository in which to list image referrers. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that contains the subject image.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#subject_idTypes::SubjectIdentifier

An object containing the image digest of the subject image for which to retrieve associated artifacts.



3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-ecr/types.rb', line 3221

class ListImageReferrersRequest < Struct.new(
  :registry_id,
  :repository_name,
  :subject_id,
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end