Class: Aws::Types::UpdateImageStorageClassResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImageStorageClassResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#image_status ⇒ "ACTIVE", ...
Returns the value of attribute image_status.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def image_id @image_id end |
#image_status ⇒ "ACTIVE", ...
Returns the value of attribute image_status.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def image_status @image_status end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def repository_name @repository_name end |