Module: Aws::EC2::Client::_DescribeInstanceAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InstanceAttribute]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
- #disable_api_stop ⇒ Types::AttributeBooleanValue
- #disable_api_termination ⇒ Types::AttributeBooleanValue
- #ebs_optimized ⇒ Types::AttributeBooleanValue
- #ena_support ⇒ Types::AttributeBooleanValue
- #enclave_options ⇒ Types::EnclaveOptions
- #groups ⇒ ::Array[Types::GroupIdentifier]
- #instance_id ⇒ ::String
- #instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
- #instance_type ⇒ Types::AttributeValue
- #kernel_id ⇒ Types::AttributeValue
- #product_codes ⇒ ::Array[Types::ProductCode]
- #ramdisk_id ⇒ Types::AttributeValue
- #root_device_name ⇒ Types::AttributeValue
- #source_dest_check ⇒ Types::AttributeBooleanValue
- #sriov_net_support ⇒ Types::AttributeValue
- #user_data ⇒ Types::AttributeValue
Instance Method Details
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
6460 |
# File 'sig/client.rbs', line 6460
def block_device_mappings: () -> ::Array[Types::InstanceBlockDeviceMapping]
|
#disable_api_stop ⇒ Types::AttributeBooleanValue
6475 |
# File 'sig/client.rbs', line 6475
def disable_api_stop: () -> Types::AttributeBooleanValue
|
#disable_api_termination ⇒ Types::AttributeBooleanValue
6461 |
# File 'sig/client.rbs', line 6461
def disable_api_termination: () -> Types::AttributeBooleanValue
|
#ebs_optimized ⇒ Types::AttributeBooleanValue
6464 |
# File 'sig/client.rbs', line 6464
def ebs_optimized: () -> Types::AttributeBooleanValue
|
#ena_support ⇒ Types::AttributeBooleanValue
6462 |
# File 'sig/client.rbs', line 6462
def ena_support: () -> Types::AttributeBooleanValue
|
#enclave_options ⇒ Types::EnclaveOptions
6463 |
# File 'sig/client.rbs', line 6463
def enclave_options: () -> Types::EnclaveOptions
|
#groups ⇒ ::Array[Types::GroupIdentifier]
6476 |
# File 'sig/client.rbs', line 6476
def groups: () -> ::Array[Types::GroupIdentifier]
|
#instance_id ⇒ ::String
6465 |
# File 'sig/client.rbs', line 6465
def instance_id: () -> ::String
|
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
6466 |
# File 'sig/client.rbs', line 6466
def instance_initiated_shutdown_behavior: () -> Types::AttributeValue
|
#instance_type ⇒ Types::AttributeValue
6467 |
# File 'sig/client.rbs', line 6467
def instance_type: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6468 |
# File 'sig/client.rbs', line 6468
def kernel_id: () -> Types::AttributeValue
|
#product_codes ⇒ ::Array[Types::ProductCode]
6469 |
# File 'sig/client.rbs', line 6469
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6470 |
# File 'sig/client.rbs', line 6470
def ramdisk_id: () -> Types::AttributeValue
|
#root_device_name ⇒ Types::AttributeValue
6471 |
# File 'sig/client.rbs', line 6471
def root_device_name: () -> Types::AttributeValue
|
#source_dest_check ⇒ Types::AttributeBooleanValue
6472 |
# File 'sig/client.rbs', line 6472
def source_dest_check: () -> Types::AttributeBooleanValue
|
#sriov_net_support ⇒ Types::AttributeValue
6473 |
# File 'sig/client.rbs', line 6473
def sriov_net_support: () -> Types::AttributeValue
|
#user_data ⇒ Types::AttributeValue
6474 |
# File 'sig/client.rbs', line 6474
def user_data: () -> Types::AttributeValue
|