Class: Aws::Deadline::Types::FleetAttributeCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FleetAttributeCapability
- Includes:
- Structure
- Defined in:
- 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.
2432 2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-deadline/types.rb', line 2432 class FleetAttributeCapability < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The number of fleet attribute capabilities.
2432 2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-deadline/types.rb', line 2432 class FleetAttributeCapability < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |