Class: Aws::Types::AssignIpv6AddressesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def ipv_6_address_count
  @ipv_6_address_count
end

#ipv_6_addresses::Array[::String]

Returns the value of attribute ipv_6_addresses.

Returns:

  • (::Array[::String])


481
482
483
# File 'sig/types.rbs', line 481

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefix_count::Integer

Returns the value of attribute ipv_6_prefix_count.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def ipv_6_prefix_count
  @ipv_6_prefix_count
end

#ipv_6_prefixes::Array[::String]

Returns the value of attribute ipv_6_prefixes.

Returns:

  • (::Array[::String])


479
480
481
# File 'sig/types.rbs', line 479

def ipv_6_prefixes
  @ipv_6_prefixes
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def network_interface_id
  @network_interface_id
end