Class: Aws::Deadline::Types::StepAmountCapability
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::StepAmountCapability
 
- 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
- 
  
    
      #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.
| 8614 8615 8616 8617 8618 8619 8620 8621 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8614 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end | 
#min ⇒ Float
The minimum amount.
| 8614 8615 8616 8617 8618 8619 8620 8621 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8614 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the step.
| 8614 8615 8616 8617 8618 8619 8620 8621 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8614 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ Float
The amount value.
| 8614 8615 8616 8617 8618 8619 8620 8621 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8614 class StepAmountCapability < Struct.new( :name, :min, :max, :value) SENSITIVE = [] include Aws::Structure end |