Class: Aws::Types::UnassignIpv6AddressesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_addresses::Array[::String]

Returns the value of attribute ipv_6_addresses.

Returns:

  • (::Array[::String])


18350
18351
18352
# File 'sig/types.rbs', line 18350

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefixes::Array[::String]

Returns the value of attribute ipv_6_prefixes.

Returns:

  • (::Array[::String])


18348
18349
18350
# File 'sig/types.rbs', line 18348

def ipv_6_prefixes
  @ipv_6_prefixes
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


18349
18350
18351
# File 'sig/types.rbs', line 18349

def network_interface_id
  @network_interface_id
end