Class: Aws::ECR::Types::ListImageReferrersFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ListImageReferrersFilter
- 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
-
#artifact_status ⇒ String
The artifact status with which to filter your ListImageReferrers results.
-
#artifact_types ⇒ Array<String>
The artifact types with which to filter your ListImageReferrers results.
Instance Attribute Details
#artifact_status ⇒ String
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.
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_types ⇒ Array<String>
The artifact types with which to filter your ListImageReferrers results.
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 |