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.
[1]: docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html
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.
5491 5492 5493 5494 5495 5496 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5491 class NetworkInterfaceCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum number of network interfaces.
5491 5492 5493 5494 5495 5496 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5491 class NetworkInterfaceCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |