Class: Aws::Types::AssignPrivateIpAddressesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_ipv_4_prefixes::Array[Types::Ipv4PrefixSpecification]

Returns the value of attribute assigned_ipv_4_prefixes.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def assigned_ipv_4_prefixes
  @assigned_ipv_4_prefixes
end

#assigned_private_ip_addresses::Array[Types::AssignedPrivateIpAddress]

Returns the value of attribute assigned_private_ip_addresses.

Returns:



576
577
578
# File 'sig/types.rbs', line 576

def assigned_private_ip_addresses
  @assigned_private_ip_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def network_interface_id
  @network_interface_id
end