Class: Aws::Types::InstanceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_boot_volume ⇒ Boolean
Returns the value of attribute exclude_boot_volume.
-
#exclude_data_volume_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_data_volume_ids.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#exclude_boot_volume ⇒ Boolean
Returns the value of attribute exclude_boot_volume.
12017 12018 12019 |
# File 'sig/types.rbs', line 12017 def exclude_boot_volume @exclude_boot_volume end |
#exclude_data_volume_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_data_volume_ids.
12018 12019 12020 |
# File 'sig/types.rbs', line 12018 def exclude_data_volume_ids @exclude_data_volume_ids end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
12016 12017 12018 |
# File 'sig/types.rbs', line 12016 def instance_id @instance_id end |