Class: Aws::Types::NetworkAccessConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eni_id::String

Returns the value of attribute eni_id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def eni_id
  @eni_id
end

#eni_ipv_6_addresses::Array[::String]

Returns the value of attribute eni_ipv_6_addresses.

Returns:

  • (::Array[::String])


1293
1294
1295
# File 'sig/types.rbs', line 1293

def eni_ipv_6_addresses
  @eni_ipv_6_addresses
end

#eni_private_ip_address::String

Returns the value of attribute eni_private_ip_address.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def eni_private_ip_address
  @eni_private_ip_address
end