Class: Aws::Types::ListConnectorsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connectors ⇒ ::Array[Types::ConnectorSummary]
Returns the value of attribute connectors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connectors ⇒ ::Array[Types::ConnectorSummary]
Returns the value of attribute connectors.
6455 6456 6457 |
# File 'sig/types.rbs', line 6455 def connectors @connectors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6454 6455 6456 |
# File 'sig/types.rbs', line 6454 def next_token @next_token end |