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:



5147
5148
5149
# File 'sig/types.rbs', line 5147

def connection_types
  @connection_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5148
5149
5150
# File 'sig/types.rbs', line 5148

def next_token
  @next_token
end