Class: Aws::Types::CustomerManagedWorkerCapabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_countTypes::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_bTypes::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.

Returns:

  • (::Array[("gpu")])


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.

Returns:

  • ("x86_64", "arm64")


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.

Returns:



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.

Returns:



909
910
911
# File 'sig/types.rbs', line 909

def custom_attributes
  @custom_attributes
end

#memory_mi_bTypes::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.

Returns:

  • ("WINDOWS", "LINUX", "MACOS")


906
907
908
# File 'sig/types.rbs', line 906

def os_family
  @os_family
end

#v_cpu_countTypes::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