Class: Aws::Types::UpdateImageStorageClassRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImageStorageClassRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#target_storage_class ⇒ "STANDARD", "ARCHIVE"
Returns the value of attribute target_storage_class.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def image_id @image_id end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def repository_name @repository_name end |
#target_storage_class ⇒ "STANDARD", "ARCHIVE"
Returns the value of attribute target_storage_class.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def target_storage_class @target_storage_class end |