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.
8363 8364 8365 8366 8367 8368 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 8363 class TotalLocalStorageGBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The storage minimum in GB.
8363 8364 8365 8366 8367 8368 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 8363 class TotalLocalStorageGBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |