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.
11747 11748 11749 |
# File 'sig/types.rbs', line 11747 def exclude_boot_volume @exclude_boot_volume end |
#exclude_data_volume_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_data_volume_ids.
11748 11749 11750 |
# File 'sig/types.rbs', line 11748 def exclude_data_volume_ids @exclude_data_volume_ids end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11746 11747 11748 |
# File 'sig/types.rbs', line 11746 def instance_id @instance_id end |