Class: Aws::GuardDuty::Types::PrivateIpAddressDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Other private IP address information of the EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_nameString

Private DNS name of the EC2 instance.

Returns:

  • (String)


2322
2323
2324
2325
2326
# File 'lib/aws-sdk-guardduty/types.rb', line 2322

class PrivateIpAddressDetails < Struct.new(
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#private_ip_addressString

Private IP address of the EC2 instance.

Returns:

  • (String)


2322
2323
2324
2325
2326
# File 'lib/aws-sdk-guardduty/types.rb', line 2322

class PrivateIpAddressDetails < Struct.new(
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end