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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1823
1824
1825
1826
1827
# File 'lib/aws-sdk-ec2/types.rb', line 1823

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