Class: Aws::Deadline::Types::CustomerManagedWorkerCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CustomerManagedWorkerCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The worker capabilities for a customer managed workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_count ⇒ Types::AcceleratorCountRange
The range of the accelerator.
-
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRange
The total memory (MiB) for the customer managed worker capabilities.
-
#accelerator_types ⇒ Array<String>
The accelerator types for the customer managed worker capabilities.
-
#cpu_architecture_type ⇒ String
The CPU architecture type for the customer managed worker capabilities.
-
#custom_amounts ⇒ Array<Types::FleetAmountCapability>
Custom requirement ranges for customer managed worker capabilities.
-
#custom_attributes ⇒ Array<Types::FleetAttributeCapability>
Custom attributes for the customer manged worker capabilities.
-
#memory_mi_b ⇒ Types::MemoryMiBRange
The memory (MiB).
-
#os_family ⇒ String
The operating system (OS) family.
-
#v_cpu_count ⇒ Types::VCpuCountRange
The vCPU count for the customer manged worker capabilities.
Instance Attribute Details
#accelerator_count ⇒ Types::AcceleratorCountRange
The range of the accelerator.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRange
The total memory (MiB) for the customer managed worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#accelerator_types ⇒ Array<String>
The accelerator types for the customer managed worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#cpu_architecture_type ⇒ String
The CPU architecture type for the customer managed worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#custom_amounts ⇒ Array<Types::FleetAmountCapability>
Custom requirement ranges for customer managed worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#custom_attributes ⇒ Array<Types::FleetAttributeCapability>
Custom attributes for the customer manged worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#memory_mi_b ⇒ Types::MemoryMiBRange
The memory (MiB).
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#os_family ⇒ String
The operating system (OS) family.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#v_cpu_count ⇒ Types::VCpuCountRange
The vCPU count for the customer manged worker capabilities.
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-deadline/types.rb', line 1678 class CustomerManagedWorkerCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :accelerator_types, :accelerator_count, :accelerator_total_memory_mi_b, :os_family, :cpu_architecture_type, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |