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.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def block_device_mappings @block_device_mappings end |
#description ⇒ ::String
Returns the value of attribute description.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def name @name end |
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def no_reboot @no_reboot end |
#snapshot_location ⇒ "regional", "local"
Returns the value of attribute snapshot_location.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def snapshot_location @snapshot_location end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def tag_specifications @tag_specifications end |