Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceIpV6AddressDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides information about an IPV6 address that is associated with the network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_v6_addressString

The IPV6 address.

Returns:

  • (String)


8404
8405
8406
8407
8408
# File 'lib/aws-sdk-securityhub/types.rb', line 8404

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