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)


1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1575

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1575

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

#worker_capabilitiesTypes::CustomerManagedWorkerCapabilities

The worker capabilities for a customer managed fleet configuration.



1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1575

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