Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies an IPv6 address in an Amazon EC2 launch template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_address ⇒ String
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
Instance Attribute Details
#ipv_6_address ⇒ String
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
7995 7996 7997 7998 7999 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7995 class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails < Struct.new( :ipv_6_address) SENSITIVE = [] include Aws::Structure end |