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

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


8394
8395
8396
8397
8398
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8394

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