Class: Aws::ECR::Types::UpdateImageStorageClassResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UpdateImageStorageClassResponse
- 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.
-
#image_status ⇒ String
The current status of the image after the call to UpdateImageStorageClass is complete.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
An object with identifying information for an image in an Amazon ECR repository.
5131 5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ecr/types.rb', line 5131 class UpdateImageStorageClassResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_status) SENSITIVE = [] include Aws::Structure end |
#image_status ⇒ String
The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ‘ACTIVE`, `ARCHIVED`, and `ACTIVATING`.
5131 5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ecr/types.rb', line 5131 class UpdateImageStorageClassResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_status) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
5131 5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ecr/types.rb', line 5131 class UpdateImageStorageClassResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_status) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
5131 5132 5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-ecr/types.rb', line 5131 class UpdateImageStorageClassResponse < Struct.new( :registry_id, :repository_name, :image_id, :image_status) SENSITIVE = [] include Aws::Structure end |