Class: Aws::Deadline::Types::CustomerManagedFleetConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a customer managed fleet configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The Auto Scaling mode for the customer managed fleet configuration.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1523

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :storage_profile_id,
  :worker_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1523

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :storage_profile_id,
  :worker_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#worker_capabilitiesTypes::CustomerManagedWorkerCapabilities

The worker capabilities for a customer managed fleet configuration.



1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1523

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :storage_profile_id,
  :worker_capabilities)
  SENSITIVE = []
  include Aws::Structure
end