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

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

Overview

Contains other private IP address information of the EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_nameString

The private DNS name of the EC2 instance.

Returns:

  • (String)


4707
4708
4709
4710
4711
4712
# File 'lib/aws-sdk-guardduty/types.rb', line 4707

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

#private_ip_addressString

The private IP address of the EC2 instance.

Returns:

  • (String)


4707
4708
4709
4710
4711
4712
# File 'lib/aws-sdk-guardduty/types.rb', line 4707

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