Class: Aws::Deadline::Types::ServiceManagedEc2InstanceCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ServiceManagedEc2InstanceCapabilities
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The Amazon EC2 instance capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_instance_types ⇒ Array<String>
The allowable Amazon EC2 instance types.
-
#cpu_architecture_type ⇒ String
The CPU architecture type.
-
#custom_amounts ⇒ Array<Types::FleetAmountCapability>
The custom capability amounts to require for instances in this fleet.
-
#custom_attributes ⇒ Array<Types::FleetAttributeCapability>
The custom capability attributes to require for instances in this fleet.
-
#excluded_instance_types ⇒ Array<String>
The instance types to exclude from the fleet.
-
#memory_mi_b ⇒ Types::MemoryMiBRange
The memory, as MiB, for the Amazon EC2 instance type.
-
#os_family ⇒ String
The operating system (OS) family.
-
#root_ebs_volume ⇒ Types::Ec2EbsVolume
The root EBS volume.
-
#v_cpu_count ⇒ Types::VCpuCountRange
The amount of vCPU to require for instances in this fleet.
Instance Attribute Details
#allowed_instance_types ⇒ Array<String>
The allowable Amazon EC2 instance types.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#cpu_architecture_type ⇒ String
The CPU architecture type.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#custom_amounts ⇒ Array<Types::FleetAmountCapability>
The custom capability amounts to require for instances in this fleet.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#custom_attributes ⇒ Array<Types::FleetAttributeCapability>
The custom capability attributes to require for instances in this fleet.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#excluded_instance_types ⇒ Array<String>
The instance types to exclude from the fleet.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#memory_mi_b ⇒ Types::MemoryMiBRange
The memory, as MiB, for the Amazon EC2 instance type.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#os_family ⇒ String
The operating system (OS) family.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#root_ebs_volume ⇒ Types::Ec2EbsVolume
The root EBS volume.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |
#v_cpu_count ⇒ Types::VCpuCountRange
The amount of vCPU to require for instances in this fleet.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7242 class ServiceManagedEc2InstanceCapabilities < Struct.new( :v_cpu_count, :memory_mi_b, :os_family, :cpu_architecture_type, :root_ebs_volume, :allowed_instance_types, :excluded_instance_types, :custom_amounts, :custom_attributes) SENSITIVE = [] include Aws::Structure end |