Class: Aws::EC2::Types::AssignPrivateIpAddressesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_ipv_4_prefixesArray<Types::Ipv4PrefixSpecification>

The IPv4 prefixes that are assigned to the network interface.

Returns:



1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-ec2/types.rb', line 1757

class AssignPrivateIpAddressesResult < Struct.new(
  :network_interface_id,
  :assigned_private_ip_addresses,
  :assigned_ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#assigned_private_ip_addressesArray<Types::AssignedPrivateIpAddress>

The private IP addresses assigned to the network interface.



1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-ec2/types.rb', line 1757

class AssignPrivateIpAddressesResult < Struct.new(
  :network_interface_id,
  :assigned_private_ip_addresses,
  :assigned_ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-ec2/types.rb', line 1757

class AssignPrivateIpAddressesResult < Struct.new(
  :network_interface_id,
  :assigned_private_ip_addresses,
  :assigned_ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end