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]
6288 |
# File 'sig/client.rbs', line 6288
def block_device_mappings: () -> ::Array[Types::InstanceBlockDeviceMapping]
|
#disable_api_stop ⇒ Types::AttributeBooleanValue
6303 |
# File 'sig/client.rbs', line 6303
def disable_api_stop: () -> Types::AttributeBooleanValue
|
#disable_api_termination ⇒ Types::AttributeBooleanValue
6289 |
# File 'sig/client.rbs', line 6289
def disable_api_termination: () -> Types::AttributeBooleanValue
|
#ebs_optimized ⇒ Types::AttributeBooleanValue
6292 |
# File 'sig/client.rbs', line 6292
def ebs_optimized: () -> Types::AttributeBooleanValue
|
#ena_support ⇒ Types::AttributeBooleanValue
6290 |
# File 'sig/client.rbs', line 6290
def ena_support: () -> Types::AttributeBooleanValue
|
#enclave_options ⇒ Types::EnclaveOptions
6291 |
# File 'sig/client.rbs', line 6291
def enclave_options: () -> Types::EnclaveOptions
|
#groups ⇒ ::Array[Types::GroupIdentifier]
6304 |
# File 'sig/client.rbs', line 6304
def groups: () -> ::Array[Types::GroupIdentifier]
|
#instance_id ⇒ ::String
6293 |
# File 'sig/client.rbs', line 6293
def instance_id: () -> ::String
|
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
6294 |
# File 'sig/client.rbs', line 6294
def instance_initiated_shutdown_behavior: () -> Types::AttributeValue
|
#instance_type ⇒ Types::AttributeValue
6295 |
# File 'sig/client.rbs', line 6295
def instance_type: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6296 |
# File 'sig/client.rbs', line 6296
def kernel_id: () -> Types::AttributeValue
|
#product_codes ⇒ ::Array[Types::ProductCode]
6297 |
# File 'sig/client.rbs', line 6297
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6298 |
# File 'sig/client.rbs', line 6298
def ramdisk_id: () -> Types::AttributeValue
|
#root_device_name ⇒ Types::AttributeValue
6299 |
# File 'sig/client.rbs', line 6299
def root_device_name: () -> Types::AttributeValue
|
#source_dest_check ⇒ Types::AttributeBooleanValue
6300 |
# File 'sig/client.rbs', line 6300
def source_dest_check: () -> Types::AttributeBooleanValue
|
#sriov_net_support ⇒ Types::AttributeValue
6301 |
# File 'sig/client.rbs', line 6301
def sriov_net_support: () -> Types::AttributeValue
|
#user_data ⇒ Types::AttributeValue
6302 |
# File 'sig/client.rbs', line 6302
def user_data: () -> Types::AttributeValue
|