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:



1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1776

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.



1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1776

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)


1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1776

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