Class: Aws::Types::ListConnectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_name_prefix ⇒ ::String
Returns the value of attribute connector_name_prefix.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_name_prefix ⇒ ::String
Returns the value of attribute connector_name_prefix.
414 415 416 |
# File 'sig/types.rbs', line 414 def connector_name_prefix @connector_name_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
415 416 417 |
# File 'sig/types.rbs', line 415 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
416 417 418 |
# File 'sig/types.rbs', line 416 def next_token @next_token end |