Class: Aws::Types::ListConnectorsV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connectors::Array[Types::ConnectorSummary]

Returns the value of attribute connectors.

Returns:



6455
6456
6457
# File 'sig/types.rbs', line 6455

def connectors
  @connectors
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6454
6455
6456
# File 'sig/types.rbs', line 6454

def next_token
  @next_token
end