Class: Aws::Types::ModifyInstanceAttributeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"instanceType", ...

Returns the value of attribute attribute.

Returns:

  • ("instanceType", "kernel", "ramdisk", "userData", "disableApiTermination", "instanceInitiatedShutdownBehavior", "rootDeviceName", "blockDeviceMapping", "productCodes", "sourceDestCheck", "groupSet", "ebsOptimized", "sriovNetSupport", "enaSupport", "enclaveOptions", "disableApiStop")


14021
14022
14023
# File 'sig/types.rbs', line 14021

def attribute
  @attribute
end

#block_device_mappings::Array[Types::InstanceBlockDeviceMappingSpecification]

Returns the value of attribute block_device_mappings.



14023
14024
14025
# File 'sig/types.rbs', line 14023

def block_device_mappings
  @block_device_mappings
end

#disable_api_stopTypes::AttributeBooleanValue

Returns the value of attribute disable_api_stop.



14018
14019
14020
# File 'sig/types.rbs', line 14018

def disable_api_stop
  @disable_api_stop
end

#disable_api_terminationTypes::AttributeBooleanValue

Returns the value of attribute disable_api_termination.



14024
14025
14026
# File 'sig/types.rbs', line 14024

def disable_api_termination
  @disable_api_termination
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14019
14020
14021
# File 'sig/types.rbs', line 14019

def dry_run
  @dry_run
end

#ebs_optimizedTypes::AttributeBooleanValue

Returns the value of attribute ebs_optimized.



14031
14032
14033
# File 'sig/types.rbs', line 14031

def ebs_optimized
  @ebs_optimized
end

#ena_supportTypes::AttributeBooleanValue

Returns the value of attribute ena_support.



14033
14034
14035
# File 'sig/types.rbs', line 14033

def ena_support
  @ena_support
end

#enclave_optionsTypes::EnclaveOptionsRequest

Returns the value of attribute enclave_options.



14017
14018
14019
# File 'sig/types.rbs', line 14017

def enclave_options
  @enclave_options
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


14030
14031
14032
# File 'sig/types.rbs', line 14030

def groups
  @groups
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14020
14021
14022
# File 'sig/types.rbs', line 14020

def instance_id
  @instance_id
end

#instance_initiated_shutdown_behaviorTypes::AttributeValue

Returns the value of attribute instance_initiated_shutdown_behavior.



14029
14030
14031
# File 'sig/types.rbs', line 14029

def instance_initiated_shutdown_behavior
  @instance_initiated_shutdown_behavior
end

#instance_typeTypes::AttributeValue

Returns the value of attribute instance_type.



14025
14026
14027
# File 'sig/types.rbs', line 14025

def instance_type
  @instance_type
end

#kernelTypes::AttributeValue

Returns the value of attribute kernel.



14026
14027
14028
# File 'sig/types.rbs', line 14026

def kernel
  @kernel
end

#ramdiskTypes::AttributeValue

Returns the value of attribute ramdisk.



14027
14028
14029
# File 'sig/types.rbs', line 14027

def ramdisk
  @ramdisk
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



14016
14017
14018
# File 'sig/types.rbs', line 14016

def source_dest_check
  @source_dest_check
end

#sriov_net_supportTypes::AttributeValue

Returns the value of attribute sriov_net_support.



14032
14033
14034
# File 'sig/types.rbs', line 14032

def sriov_net_support
  @sriov_net_support
end

#user_dataTypes::SecureBlobAttributeValue

Returns the value of attribute user_data.



14028
14029
14030
# File 'sig/types.rbs', line 14028

def user_data
  @user_data
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


14022
14023
14024
# File 'sig/types.rbs', line 14022

def value
  @value
end