Class: Aws::EC2::Types::AssignedPrivateIpAddress

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

Overview

Describes the private IP addresses assigned to a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_ip_addressString

The private IP address assigned to the network interface.

Returns:

  • (String)


1850
1851
1852
1853
1854
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1850

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