Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about a private IPv4 address that is with the network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#private_dns_name ⇒ String
The private DNS name for the IP address.
-
#private_ip_address ⇒ String
The IP address.
Instance Attribute Details
#private_dns_name ⇒ String
The private DNS name for the IP address.
8416 8417 8418 8419 8420 8421 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8416 class AwsEc2NetworkInterfacePrivateIpAddressDetail < Struct.new( :private_ip_address, :private_dns_name) SENSITIVE = [] include Aws::Structure end |
#private_ip_address ⇒ String
The IP address.
8416 8417 8418 8419 8420 8421 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8416 class AwsEc2NetworkInterfacePrivateIpAddressDetail < Struct.new( :private_ip_address, :private_dns_name) SENSITIVE = [] include Aws::Structure end |