Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#ipv_6_addressString

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.

Returns:

  • (String)


7992
7993
7994
7995
7996
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7992

class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails < Struct.new(
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end