Class: Aws::Types::ListConnectionFunctionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_functions::Array[Types::ConnectionFunctionSummary]

Returns the value of attribute connection_functions.

Returns:



2294
2295
2296
# File 'sig/types.rbs', line 2294

def connection_functions
  @connection_functions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def next_marker
  @next_marker
end