Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The minimum and maximum number of network interfaces to be attached to an Amazon EC2 instance.
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.
7693 7694 7695 7696 7697 7698 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7693 class AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails < Struct.new( :max, :min) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum number of network interfaces.
7693 7694 7695 7696 7697 7698 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7693 class AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails < Struct.new( :max, :min) SENSITIVE = [] include Aws::Structure end |