Class: Aws::Types::InstanceAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_device_mappings::Array[Types::InstanceBlockDeviceMapping]

Returns the value of attribute block_device_mappings.

Returns:



11588
11589
11590
# File 'sig/types.rbs', line 11588

def block_device_mappings
  @block_device_mappings
end

#disable_api_stopTypes::AttributeBooleanValue

Returns the value of attribute disable_api_stop.



11603
11604
11605
# File 'sig/types.rbs', line 11603

def disable_api_stop
  @disable_api_stop
end

#disable_api_terminationTypes::AttributeBooleanValue

Returns the value of attribute disable_api_termination.



11589
11590
11591
# File 'sig/types.rbs', line 11589

def disable_api_termination
  @disable_api_termination
end

#ebs_optimizedTypes::AttributeBooleanValue

Returns the value of attribute ebs_optimized.



11592
11593
11594
# File 'sig/types.rbs', line 11592

def ebs_optimized
  @ebs_optimized
end

#ena_supportTypes::AttributeBooleanValue

Returns the value of attribute ena_support.



11590
11591
11592
# File 'sig/types.rbs', line 11590

def ena_support
  @ena_support
end

#enclave_optionsTypes::EnclaveOptions

Returns the value of attribute enclave_options.



11591
11592
11593
# File 'sig/types.rbs', line 11591

def enclave_options
  @enclave_options
end

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



11604
11605
11606
# File 'sig/types.rbs', line 11604

def groups
  @groups
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11593
11594
11595
# File 'sig/types.rbs', line 11593

def instance_id
  @instance_id
end

#instance_initiated_shutdown_behaviorTypes::AttributeValue

Returns the value of attribute instance_initiated_shutdown_behavior.



11594
11595
11596
# File 'sig/types.rbs', line 11594

def instance_initiated_shutdown_behavior
  @instance_initiated_shutdown_behavior
end

#instance_typeTypes::AttributeValue

Returns the value of attribute instance_type.



11595
11596
11597
# File 'sig/types.rbs', line 11595

def instance_type
  @instance_type
end

#kernel_idTypes::AttributeValue

Returns the value of attribute kernel_id.



11596
11597
11598
# File 'sig/types.rbs', line 11596

def kernel_id
  @kernel_id
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



11597
11598
11599
# File 'sig/types.rbs', line 11597

def product_codes
  @product_codes
end

#ramdisk_idTypes::AttributeValue

Returns the value of attribute ramdisk_id.



11598
11599
11600
# File 'sig/types.rbs', line 11598

def ramdisk_id
  @ramdisk_id
end

#root_device_nameTypes::AttributeValue

Returns the value of attribute root_device_name.



11599
11600
11601
# File 'sig/types.rbs', line 11599

def root_device_name
  @root_device_name
end

#source_dest_checkTypes::AttributeBooleanValue

Returns the value of attribute source_dest_check.



11600
11601
11602
# File 'sig/types.rbs', line 11600

def source_dest_check
  @source_dest_check
end

#sriov_net_supportTypes::AttributeValue

Returns the value of attribute sriov_net_support.



11601
11602
11603
# File 'sig/types.rbs', line 11601

def sriov_net_support
  @sriov_net_support
end

#user_dataTypes::AttributeValue

Returns the value of attribute user_data.



11602
11603
11604
# File 'sig/types.rbs', line 11602

def user_data
  @user_data
end