Class: Aws::Deadline::Types::CustomerManagedFleetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CustomerManagedFleetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a customer managed fleet configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The Auto Scaling mode for the customer managed fleet configuration.
-
#storage_profile_id ⇒ String
The storage profile ID.
-
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
The worker capabilities for a customer managed fleet configuration.
Instance Attribute Details
#mode ⇒ String
The Auto Scaling mode for the customer managed fleet configuration.
1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-deadline/types.rb', line 1629 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |
#storage_profile_id ⇒ String
The storage profile ID.
1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-deadline/types.rb', line 1629 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
The worker capabilities for a customer managed fleet configuration.
1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-deadline/types.rb', line 1629 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |