Class: Aws::ECR::Types::ListImageReferrersFilter

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

Overview

An object representing a filter on a ListImageReferrers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_statusString

The artifact status with which to filter your ListImageReferrers results. Valid values are ACTIVE, ARCHIVED, ACTIVATING, or ANY. If not specified, only artifacts with ACTIVE status are returned.

Returns:

  • (String)


3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3164

class ListImageReferrersFilter < Struct.new(
  :artifact_types,
  :artifact_status)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_typesArray<String>

The artifact types with which to filter your ListImageReferrers results.

Returns:

  • (Array<String>)


3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3164

class ListImageReferrersFilter < Struct.new(
  :artifact_types,
  :artifact_status)
  SENSITIVE = []
  include Aws::Structure
end