Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#private_dns_nameString

The private DNS name for the IP address.

Returns:

  • (String)


8263
8264
8265
8266
8267
8268
# File 'lib/aws-sdk-securityhub/types.rb', line 8263

class AwsEc2NetworkInterfacePrivateIpAddressDetail < Struct.new(
  :private_ip_address,
  :private_dns_name)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The IP address.

Returns:

  • (String)


8263
8264
8265
8266
8267
8268
# File 'lib/aws-sdk-securityhub/types.rb', line 8263

class AwsEc2NetworkInterfacePrivateIpAddressDetail < Struct.new(
  :private_ip_address,
  :private_dns_name)
  SENSITIVE = []
  include Aws::Structure
end