Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails

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

Instance Attribute Details

#ipv_6_prefixString

The IPv6 prefix.

Returns:

  • (String)


8017
8018
8019
8020
8021
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8017

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