Class: Aws::ECR::Types::BatchCheckLayerAvailabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::BatchCheckLayerAvailabilityRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_digests ⇒ Array<String>
The digests of the image layers to check.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the image layers to check.
-
#repository_name ⇒ String
The name of the repository that is associated with the image layers to check.
Instance Attribute Details
#layer_digests ⇒ Array<String>
The digests of the image layers to check.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that is associated with the image layers to check.
130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 130 class BatchCheckLayerAvailabilityRequest < Struct.new( :registry_id, :repository_name, :layer_digests) SENSITIVE = [] include Aws::Structure end |