Class: Aws::AutoScaling::Types::NetworkInterfaceCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::NetworkInterfaceCountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘NetworkInterfaceCount` object when you specify InstanceRequirements for an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum number of network interfaces.
-
#min ⇒ Integer
The minimum number of network interfaces.
Instance Attribute Details
#max ⇒ Integer
The maximum number of network interfaces.
5212 5213 5214 5215 5216 5217 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5212 class NetworkInterfaceCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum number of network interfaces.
5212 5213 5214 5215 5216 5217 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5212 class NetworkInterfaceCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |