Class: Aws::Types::DescribeNetworkInterfacesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



6717
6718
6719
# File 'sig/types.rbs', line 6717

def network_interfaces
  @network_interfaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6718
6719
6720
# File 'sig/types.rbs', line 6718

def next_token
  @next_token
end