Class: Aws::PCS::Types::Scheduler

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

Overview

The cluster management and job scheduling software associated with the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.

Returns:

  • (String)


1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1500

class Scheduler < Struct.new(
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.

Returns:

  • (String)


1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1500

class Scheduler < Struct.new(
  :type,
  :version)
  SENSITIVE = []
  include Aws::Structure
end