Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceIpV6AddressDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfaceIpV6AddressDetail
- 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
-
#ip_v6_address ⇒ String
The IPV6 address.
Instance Attribute Details
#ip_v6_address ⇒ String
The IPV6 address.
8397 8398 8399 8400 8401 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8397 class AwsEc2NetworkInterfaceIpV6AddressDetail < Struct.new( :ip_v6_address) SENSITIVE = [] include Aws::Structure end |