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.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def block_device_mappings @block_device_mappings end |
#description ⇒ ::String
Returns the value of attribute description.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def name @name end |
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def no_reboot @no_reboot end |
#snapshot_location ⇒ "regional", "local"
Returns the value of attribute snapshot_location.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def snapshot_location @snapshot_location end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def tag_specifications @tag_specifications end |