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:



506
507
508
# File 'sig/types.rbs', line 506

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:



505
506
507
# File 'sig/types.rbs', line 505

def assigned_private_ip_addresses
  @assigned_private_ip_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def network_interface_id
  @network_interface_id
end