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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



1784
1785
1786
1787
1788
1789
1790
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1784

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.



1784
1785
1786
1787
1788
1789
1790
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1784

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)


1784
1785
1786
1787
1788
1789
1790
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1784

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