Class: Aws::Types::CustomerManagedWorkerCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedWorkerCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_count ⇒ Types::AcceleratorCountRange
Returns the value of attribute accelerator_count.
-
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRange
Returns the value of attribute accelerator_total_memory_mi_b.
-
#accelerator_types ⇒ ::Array[("gpu")]
Returns the value of attribute accelerator_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.
-
#memory_mi_b ⇒ Types::MemoryMiBRange
Returns the value of attribute memory_mi_b.
-
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
-
#v_cpu_count ⇒ Types::VCpuCountRange
Returns the value of attribute v_cpu_count.
Instance Attribute Details
#accelerator_count ⇒ Types::AcceleratorCountRange
Returns the value of attribute accelerator_count.
904 905 906 |
# File 'sig/types.rbs', line 904 def accelerator_count @accelerator_count end |
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRange
Returns the value of attribute accelerator_total_memory_mi_b.
905 906 907 |
# File 'sig/types.rbs', line 905 def accelerator_total_memory_mi_b @accelerator_total_memory_mi_b end |
#accelerator_types ⇒ ::Array[("gpu")]
Returns the value of attribute accelerator_types.
903 904 905 |
# File 'sig/types.rbs', line 903 def accelerator_types @accelerator_types end |
#cpu_architecture_type ⇒ "x86_64", "arm64"
Returns the value of attribute cpu_architecture_type.
907 908 909 |
# File 'sig/types.rbs', line 907 def cpu_architecture_type @cpu_architecture_type end |
#custom_amounts ⇒ ::Array[Types::FleetAmountCapability]
Returns the value of attribute custom_amounts.
908 909 910 |
# File 'sig/types.rbs', line 908 def custom_amounts @custom_amounts end |
#custom_attributes ⇒ ::Array[Types::FleetAttributeCapability]
Returns the value of attribute custom_attributes.
909 910 911 |
# File 'sig/types.rbs', line 909 def custom_attributes @custom_attributes end |
#memory_mi_b ⇒ Types::MemoryMiBRange
Returns the value of attribute memory_mi_b.
902 903 904 |
# File 'sig/types.rbs', line 902 def memory_mi_b @memory_mi_b end |
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
906 907 908 |
# File 'sig/types.rbs', line 906 def os_family @os_family end |
#v_cpu_count ⇒ Types::VCpuCountRange
Returns the value of attribute v_cpu_count.
901 902 903 |
# File 'sig/types.rbs', line 901 def v_cpu_count @v_cpu_count end |