Class: Aws::Deadline::Types::StepAmountCapability

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

Overview

The details outlining the minimum and maximum capability of a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxFloat

The maximum amount.

Returns:

  • (Float)


7502
7503
7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7502

class StepAmountCapability < Struct.new(
  :max,
  :min,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#minFloat

The minimum amount.

Returns:

  • (Float)


7502
7503
7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7502

class StepAmountCapability < Struct.new(
  :max,
  :min,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step.

Returns:

  • (String)


7502
7503
7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7502

class StepAmountCapability < Struct.new(
  :max,
  :min,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The amount value.

Returns:

  • (Float)


7502
7503
7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7502

class StepAmountCapability < Struct.new(
  :max,
  :min,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end