Class: Aws::EC2::Types::InstancePrivateIpAddress

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

Overview

Describes a private IPv4 address.

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::InstanceNetworkInterfaceAssociation

The association information for an Elastic IP address for the network interface.



22893
22894
22895
22896
22897
22898
22899
# File 'lib/aws-sdk-ec2/types.rb', line 22893

class InstancePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#primaryBoolean

Indicates whether this IPv4 address is the primary private IP address of the network interface.

Returns:

  • (Boolean)


22893
22894
22895
22896
22897
22898
22899
# File 'lib/aws-sdk-ec2/types.rb', line 22893

class InstancePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#private_dns_nameString

The private IPv4 DNS name.

Returns:

  • (String)


22893
22894
22895
22896
22897
22898
22899
# File 'lib/aws-sdk-ec2/types.rb', line 22893

class InstancePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#private_ip_addressString

The private IPv4 address of the network interface.

Returns:

  • (String)


22893
22894
22895
22896
22897
22898
22899
# File 'lib/aws-sdk-ec2/types.rb', line 22893

class InstancePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end