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]
6328 |
# File 'sig/client.rbs', line 6328
def block_device_mappings: () -> ::Array[Types::InstanceBlockDeviceMapping]
|
#disable_api_stop ⇒ Types::AttributeBooleanValue
6343 |
# File 'sig/client.rbs', line 6343
def disable_api_stop: () -> Types::AttributeBooleanValue
|
#disable_api_termination ⇒ Types::AttributeBooleanValue
6329 |
# File 'sig/client.rbs', line 6329
def disable_api_termination: () -> Types::AttributeBooleanValue
|
#ebs_optimized ⇒ Types::AttributeBooleanValue
6332 |
# File 'sig/client.rbs', line 6332
def ebs_optimized: () -> Types::AttributeBooleanValue
|
#ena_support ⇒ Types::AttributeBooleanValue
6330 |
# File 'sig/client.rbs', line 6330
def ena_support: () -> Types::AttributeBooleanValue
|
#enclave_options ⇒ Types::EnclaveOptions
6331 |
# File 'sig/client.rbs', line 6331
def enclave_options: () -> Types::EnclaveOptions
|
#groups ⇒ ::Array[Types::GroupIdentifier]
6344 |
# File 'sig/client.rbs', line 6344
def groups: () -> ::Array[Types::GroupIdentifier]
|
#instance_id ⇒ ::String
6333 |
# File 'sig/client.rbs', line 6333
def instance_id: () -> ::String
|
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
6334 |
# File 'sig/client.rbs', line 6334
def instance_initiated_shutdown_behavior: () -> Types::AttributeValue
|
#instance_type ⇒ Types::AttributeValue
6335 |
# File 'sig/client.rbs', line 6335
def instance_type: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6336 |
# File 'sig/client.rbs', line 6336
def kernel_id: () -> Types::AttributeValue
|
#product_codes ⇒ ::Array[Types::ProductCode]
6337 |
# File 'sig/client.rbs', line 6337
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6338 |
# File 'sig/client.rbs', line 6338
def ramdisk_id: () -> Types::AttributeValue
|
#root_device_name ⇒ Types::AttributeValue
6339 |
# File 'sig/client.rbs', line 6339
def root_device_name: () -> Types::AttributeValue
|
#source_dest_check ⇒ Types::AttributeBooleanValue
6340 |
# File 'sig/client.rbs', line 6340
def source_dest_check: () -> Types::AttributeBooleanValue
|
#sriov_net_support ⇒ Types::AttributeValue
6341 |
# File 'sig/client.rbs', line 6341
def sriov_net_support: () -> Types::AttributeValue
|
#user_data ⇒ Types::AttributeValue
6342 |
# File 'sig/client.rbs', line 6342
def user_data: () -> Types::AttributeValue
|