Class: Aws::Types::ServiceManagedEc2InstanceCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::ServiceManagedEc2InstanceCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_capabilities ⇒ Types::AcceleratorCapabilities
Returns the value of attribute accelerator_capabilities.
-
#allowed_instance_types ⇒ ::Array[::String]
Returns the value of attribute allowed_instance_types.
-
#cpu_architecture_type ⇒ "x86_64", "arm64"
Returns the value of attribute cpu_architecture_type.
-
#custom_amounts ⇒ ::Array[Types::FleetAmountCapability]
Returns the value of attribute custom_amounts.
-
#custom_attributes ⇒ ::Array[Types::FleetAttributeCapability]
Returns the value of attribute custom_attributes.
-
#excluded_instance_types ⇒ ::Array[::String]
Returns the value of attribute excluded_instance_types.
-
#memory_mi_b ⇒ Types::MemoryMiBRange
Returns the value of attribute memory_mi_b.
-
#os_family ⇒ "WINDOWS", "LINUX"
Returns the value of attribute os_family.
-
#root_ebs_volume ⇒ Types::Ec2EbsVolume
Returns the value of attribute root_ebs_volume.
-
#v_cpu_count ⇒ Types::VCpuCountRange
Returns the value of attribute v_cpu_count.
Instance Attribute Details
#accelerator_capabilities ⇒ Types::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.
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.
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.
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.
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.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def excluded_instance_types @excluded_instance_types end |
#memory_mi_b ⇒ Types::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.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def os_family @os_family end |
#root_ebs_volume ⇒ Types::Ec2EbsVolume
Returns the value of attribute root_ebs_volume.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def root_ebs_volume @root_ebs_volume end |
#v_cpu_count ⇒ Types::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 |