Class: Aws::Types::ModifyInstanceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMappingSpecification]
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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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::EnclaveOptionsRequest
Returns the value of attribute enclave_options.
-
#groups ⇒ ::Array[::String]
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 ⇒ Types::AttributeValue
Returns the value of attribute kernel.
-
#ramdisk ⇒ Types::AttributeValue
Returns the value of attribute ramdisk.
-
#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::SecureBlobAttributeValue
Returns the value of attribute user_data.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
13700 13701 13702 |
# File 'sig/types.rbs', line 13700 def attribute @attribute end |
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMappingSpecification]
Returns the value of attribute block_device_mappings.
13702 13703 13704 |
# File 'sig/types.rbs', line 13702 def block_device_mappings @block_device_mappings end |
#disable_api_stop ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_stop.
13697 13698 13699 |
# File 'sig/types.rbs', line 13697 def disable_api_stop @disable_api_stop end |
#disable_api_termination ⇒ Types::AttributeBooleanValue
Returns the value of attribute disable_api_termination.
13703 13704 13705 |
# File 'sig/types.rbs', line 13703 def disable_api_termination @disable_api_termination end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13698 13699 13700 |
# File 'sig/types.rbs', line 13698 def dry_run @dry_run end |
#ebs_optimized ⇒ Types::AttributeBooleanValue
Returns the value of attribute ebs_optimized.
13710 13711 13712 |
# File 'sig/types.rbs', line 13710 def ebs_optimized @ebs_optimized end |
#ena_support ⇒ Types::AttributeBooleanValue
Returns the value of attribute ena_support.
13712 13713 13714 |
# File 'sig/types.rbs', line 13712 def ena_support @ena_support end |
#enclave_options ⇒ Types::EnclaveOptionsRequest
Returns the value of attribute enclave_options.
13696 13697 13698 |
# File 'sig/types.rbs', line 13696 def @enclave_options end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
13709 13710 13711 |
# File 'sig/types.rbs', line 13709 def groups @groups end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13699 13700 13701 |
# File 'sig/types.rbs', line 13699 def instance_id @instance_id end |
#instance_initiated_shutdown_behavior ⇒ Types::AttributeValue
Returns the value of attribute instance_initiated_shutdown_behavior.
13708 13709 13710 |
# File 'sig/types.rbs', line 13708 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_type ⇒ Types::AttributeValue
Returns the value of attribute instance_type.
13704 13705 13706 |
# File 'sig/types.rbs', line 13704 def instance_type @instance_type end |
#kernel ⇒ Types::AttributeValue
Returns the value of attribute kernel.
13705 13706 13707 |
# File 'sig/types.rbs', line 13705 def kernel @kernel end |
#ramdisk ⇒ Types::AttributeValue
Returns the value of attribute ramdisk.
13706 13707 13708 |
# File 'sig/types.rbs', line 13706 def ramdisk @ramdisk end |
#source_dest_check ⇒ Types::AttributeBooleanValue
Returns the value of attribute source_dest_check.
13695 13696 13697 |
# File 'sig/types.rbs', line 13695 def source_dest_check @source_dest_check end |
#sriov_net_support ⇒ Types::AttributeValue
Returns the value of attribute sriov_net_support.
13711 13712 13713 |
# File 'sig/types.rbs', line 13711 def sriov_net_support @sriov_net_support end |
#user_data ⇒ Types::SecureBlobAttributeValue
Returns the value of attribute user_data.
13707 13708 13709 |
# File 'sig/types.rbs', line 13707 def user_data @user_data end |
#value ⇒ ::String
Returns the value of attribute value.
13701 13702 13703 |
# File 'sig/types.rbs', line 13701 def value @value end |