Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details on one or more IPv4 prefixes for a network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_4_prefix ⇒ String
The IPv4 prefix.
Instance Attribute Details
#ipv_4_prefix ⇒ String
The IPv4 prefix. For more information, see [Assigning prefixes to Amazon EC2 network interfaces] in the *Amazon Elastic Compute Cloud User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html
7980 7981 7982 7983 7984 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7980 class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails < Struct.new( :ipv_4_prefix) SENSITIVE = [] include Aws::Structure end |