Class: Aws::ECR::Types::UpdateImageStorageClassRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UpdateImageStorageClassRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the image to transition.
-
#repository_name ⇒ String
The name of the repository that contains the image to transition.
-
#target_storage_class ⇒ String
The target storage class for the image.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
5101 5102 5103 5104 5105 5106 5107 5108 |
# File 'lib/aws-sdk-ecr/types.rb', line 5101 class UpdateImageStorageClassRequest < Struct.new( :registry_id, :repository_name, :image_id, :target_storage_class) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the image to transition. If you do not specify a registry, the default registry is assumed.
5101 5102 5103 5104 5105 5106 5107 5108 |
# File 'lib/aws-sdk-ecr/types.rb', line 5101 class UpdateImageStorageClassRequest < Struct.new( :registry_id, :repository_name, :image_id, :target_storage_class) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that contains the image to transition.
5101 5102 5103 5104 5105 5106 5107 5108 |
# File 'lib/aws-sdk-ecr/types.rb', line 5101 class UpdateImageStorageClassRequest < Struct.new( :registry_id, :repository_name, :image_id, :target_storage_class) SENSITIVE = [] include Aws::Structure end |
#target_storage_class ⇒ String
The target storage class for the image.
5101 5102 5103 5104 5105 5106 5107 5108 |
# File 'lib/aws-sdk-ecr/types.rb', line 5101 class UpdateImageStorageClassRequest < Struct.new( :registry_id, :repository_name, :image_id, :target_storage_class) SENSITIVE = [] include Aws::Structure end |