Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
6980 6981 6982 6983 6984 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6980 class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails < Struct.new( :ipv_4_prefix) SENSITIVE = [] include Aws::Structure end |