Class: Aws::Types::ListConnectionTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_types::Array[Types::ConnectionTypeBrief]

Returns the value of attribute connection_types.

Returns:



5166
5167
5168
# File 'sig/types.rbs', line 5166

def connection_types
  @connection_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5167
5168
5169
# File 'sig/types.rbs', line 5167

def next_token
  @next_token
end