Class: Aws::Types::InstanceAttribute
- Inherits:
-
Object
- Object
- Aws::Types::InstanceAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#disable_api_stop ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_stop.
-
#disable_api_termination ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_termination.
-
#ebs_optimized ⇒ Types::AttributeBooleanValue
Returns the value of attribute ebs_optimized.
-
#ena_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute ena_support.
-
#enclave_options ⇒ Types::EnclaveOptions
Returns the value of attribute enclave_options.
-
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
Returns the value of attribute instance_initiated_shutdown_behavior.
-
#instance_type ⇒ Types::AttributeValue
Returns the value of attribute instance_type.
-
#kernel_id ⇒ Types::AttributeValue
Returns the value of attribute kernel_id.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#ramdisk_id ⇒ Types::AttributeValue
Returns the value of attribute ramdisk_id.
-
#root_device_name ⇒ Types::AttributeValue
Returns the value of attribute root_device_name.
-
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
-
#sriov_net_support ⇒ Types::AttributeValue
Returns the value of attribute sriov_net_support.
-
#user_data ⇒ Types::AttributeValue
Returns the value of attribute user_data.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
11318 11319 11320 |
# File 'sig/types.rbs', line 11318 def block_device_mappings @block_device_mappings end |
#disable_api_stop ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_stop.
11333 11334 11335 |
# File 'sig/types.rbs', line 11333 def disable_api_stop @disable_api_stop end |
#disable_api_termination ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_termination.
11319 11320 11321 |
# File 'sig/types.rbs', line 11319 def disable_api_termination @disable_api_termination end |
#ebs_optimized ⇒ Types::AttributeBooleanValue
Returns the value of attribute ebs_optimized.
11322 11323 11324 |
# File 'sig/types.rbs', line 11322 def ebs_optimized @ebs_optimized end |
#ena_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute ena_support.
11320 11321 11322 |
# File 'sig/types.rbs', line 11320 def ena_support @ena_support end |
#enclave_options ⇒ Types::EnclaveOptions
Returns the value of attribute enclave_options.
11321 11322 11323 |
# File 'sig/types.rbs', line 11321 def @enclave_options end |
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
11334 11335 11336 |
# File 'sig/types.rbs', line 11334 def groups @groups end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11323 11324 11325 |
# File 'sig/types.rbs', line 11323 def instance_id @instance_id end |
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
Returns the value of attribute instance_initiated_shutdown_behavior.
11324 11325 11326 |
# File 'sig/types.rbs', line 11324 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_type ⇒ Types::AttributeValue
Returns the value of attribute instance_type.
11325 11326 11327 |
# File 'sig/types.rbs', line 11325 def instance_type @instance_type end |
#kernel_id ⇒ Types::AttributeValue
Returns the value of attribute kernel_id.
11326 11327 11328 |
# File 'sig/types.rbs', line 11326 def kernel_id @kernel_id end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
11327 11328 11329 |
# File 'sig/types.rbs', line 11327 def product_codes @product_codes end |
#ramdisk_id ⇒ Types::AttributeValue
Returns the value of attribute ramdisk_id.
11328 11329 11330 |
# File 'sig/types.rbs', line 11328 def ramdisk_id @ramdisk_id end |
#root_device_name ⇒ Types::AttributeValue
Returns the value of attribute root_device_name.
11329 11330 11331 |
# File 'sig/types.rbs', line 11329 def root_device_name @root_device_name end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
11330 11331 11332 |
# File 'sig/types.rbs', line 11330 def source_dest_check @source_dest_check end |
#sriov_net_support ⇒ Types::AttributeValue
Returns the value of attribute sriov_net_support.
11331 11332 11333 |
# File 'sig/types.rbs', line 11331 def sriov_net_support @sriov_net_support end |
#user_data ⇒ Types::AttributeValue
Returns the value of attribute user_data.
11332 11333 11334 |
# File 'sig/types.rbs', line 11332 def user_data @user_data end |