Class: Aws::Deadline::Types::StepAmountCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepAmountCapability
- Includes:
- Structure
- Defined in:
- 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
-
#max ⇒ Float
The maximum amount.
-
#min ⇒ Float
The minimum amount.
-
#name ⇒ String
The name of the step.
-
#value ⇒ Float
The amount value.
Instance Attribute Details
#max ⇒ Float
The maximum amount.
7774 7775 7776 7777 7778 7779 7780 7781 |
# File 'lib/aws-sdk-deadline/types.rb', line 7774 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The minimum amount.
7774 7775 7776 7777 7778 7779 7780 7781 |
# File 'lib/aws-sdk-deadline/types.rb', line 7774 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
7774 7775 7776 7777 7778 7779 7780 7781 |
# File 'lib/aws-sdk-deadline/types.rb', line 7774 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The amount value.
7774 7775 7776 7777 7778 7779 7780 7781 |
# File 'lib/aws-sdk-deadline/types.rb', line 7774 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end |