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

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


8413
8414
8415
8416
8417
8418
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8413

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

#private_ip_addressString

The IP address.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8413

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