Class: Aws::Types::CreateImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
-
#snapshot_location ⇒ "regional", "local"
Returns the value of attribute snapshot_location.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def block_device_mappings @block_device_mappings end |
#description ⇒ ::String
Returns the value of attribute description.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def name @name end |
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def no_reboot @no_reboot end |
#snapshot_location ⇒ "regional", "local"
Returns the value of attribute snapshot_location.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def snapshot_location @snapshot_location end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def tag_specifications @tag_specifications end |