Class: Aws::Types::ServiceManagedEc2InstanceCapabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_capabilitiesTypes::AcceleratorCapabilities

Returns the value of attribute accelerator_capabilities.



2753
2754
2755
# File 'sig/types.rbs', line 2753

def accelerator_capabilities
  @accelerator_capabilities
end

#allowed_instance_types::Array[::String]

Returns the value of attribute allowed_instance_types.

Returns:

  • (::Array[::String])


2754
2755
2756
# File 'sig/types.rbs', line 2754

def allowed_instance_types
  @allowed_instance_types
end

#cpu_architecture_type"x86_64", "arm64"

Returns the value of attribute cpu_architecture_type.

Returns:

  • ("x86_64", "arm64")


2751
2752
2753
# File 'sig/types.rbs', line 2751

def cpu_architecture_type
  @cpu_architecture_type
end

#custom_amounts::Array[Types::FleetAmountCapability]

Returns the value of attribute custom_amounts.

Returns:



2756
2757
2758
# File 'sig/types.rbs', line 2756

def custom_amounts
  @custom_amounts
end

#custom_attributes::Array[Types::FleetAttributeCapability]

Returns the value of attribute custom_attributes.

Returns:



2757
2758
2759
# File 'sig/types.rbs', line 2757

def custom_attributes
  @custom_attributes
end

#excluded_instance_types::Array[::String]

Returns the value of attribute excluded_instance_types.

Returns:

  • (::Array[::String])


2755
2756
2757
# File 'sig/types.rbs', line 2755

def excluded_instance_types
  @excluded_instance_types
end

#memory_mi_bTypes::MemoryMiBRange

Returns the value of attribute memory_mi_b.



2749
2750
2751
# File 'sig/types.rbs', line 2749

def memory_mi_b
  @memory_mi_b
end

#os_family"WINDOWS", "LINUX"

Returns the value of attribute os_family.

Returns:

  • ("WINDOWS", "LINUX")


2750
2751
2752
# File 'sig/types.rbs', line 2750

def os_family
  @os_family
end

#root_ebs_volumeTypes::Ec2EbsVolume

Returns the value of attribute root_ebs_volume.

Returns:



2752
2753
2754
# File 'sig/types.rbs', line 2752

def root_ebs_volume
  @root_ebs_volume
end

#v_cpu_countTypes::VCpuCountRange

Returns the value of attribute v_cpu_count.



2748
2749
2750
# File 'sig/types.rbs', line 2748

def v_cpu_count
  @v_cpu_count
end