Class: Aws::Deadline::Types::FleetAttributeCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FleetAttributeCapability
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Defines the fleet's capability name, minimum, and maximum.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the fleet attribute capability for the worker.
-
#values ⇒ Array<String>
The number of fleet attribute capabilities.
Instance Attribute Details
#name ⇒ String
The name of the fleet attribute capability for the worker.
2383 2384 2385 2386 2387 2388 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2383 class FleetAttributeCapability < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The number of fleet attribute capabilities.
2383 2384 2385 2386 2387 2388 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2383 class FleetAttributeCapability < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |