Class: Aws::Types::GetConnectionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_list::Array[Types::Connection]

Returns the value of attribute connection_list.

Returns:



3375
3376
3377
# File 'sig/types.rbs', line 3375

def connection_list
  @connection_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3376
3377
3378
# File 'sig/types.rbs', line 3376

def next_token
  @next_token
end