Class: Aws::AutoScaling::Types::TotalLocalStorageGBRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::TotalLocalStorageGBRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘TotalLocalStorageGB` object when you specify InstanceRequirements for an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Float
The storage maximum in GB.
-
#min ⇒ Float
The storage minimum in GB.
Instance Attribute Details
#max ⇒ Float
The storage maximum in GB.
7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7465 class TotalLocalStorageGBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The storage minimum in GB.
7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7465 class TotalLocalStorageGBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |