Class: Aws::Types::ListConnectorOperationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorOperationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_operations ⇒ ::Array[Types::ConnectorOperationSummary]
Returns the value of attribute connector_operations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_operations ⇒ ::Array[Types::ConnectorOperationSummary]
Returns the value of attribute connector_operations.
408 409 410 |
# File 'sig/types.rbs', line 408 def connector_operations @connector_operations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
409 410 411 |
# File 'sig/types.rbs', line 409 def next_token @next_token end |