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)


8007
8008
8009
8010
8011
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8007

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