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

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

Overview

Describes a private IPv4 address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::InstanceNetworkInterfaceAssociation

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



40222
40223
40224
40225
40226
40227
40228
40229
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40222

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

#primaryBoolean

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

Returns:

  • (Boolean)


40222
40223
40224
40225
40226
40227
40228
40229
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40222

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

#private_dns_nameString

The private IPv4 DNS name.

Returns:

  • (String)


40222
40223
40224
40225
40226
40227
40228
40229
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40222

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

#private_ip_addressString

The private IPv4 address of the network interface.

Returns:

  • (String)


40222
40223
40224
40225
40226
40227
40228
40229
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40222

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