Class: Aws::Types::UnassignPrivateIpAddressesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixes::Array[::String]

Returns the value of attribute ipv_4_prefixes.

Returns:

  • (::Array[::String])


18673
18674
18675
# File 'sig/types.rbs', line 18673

def ipv_4_prefixes
  @ipv_4_prefixes
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


18674
18675
18676
# File 'sig/types.rbs', line 18674

def network_interface_id
  @network_interface_id
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


18675
18676
18677
# File 'sig/types.rbs', line 18675

def private_ip_addresses
  @private_ip_addresses
end