Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details on one or more IPv6 prefixes to be assigned to the network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_prefix ⇒ String
The IPv6 prefix.
Instance Attribute Details
#ipv_6_prefix ⇒ String
The IPv6 prefix.
8010 8011 8012 8013 8014 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8010 class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |