Class: Aws::Types::ListConnectorsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provider_name ⇒ "JIRA_CLOUD", ...
Returns the value of attribute provider_name.
Instance Attribute Details
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
6448 6449 6450 |
# File 'sig/types.rbs', line 6448 def connector_status @connector_status end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
6449 6450 6451 |
# File 'sig/types.rbs', line 6449 def enablement_status @enablement_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6446 6447 6448 |
# File 'sig/types.rbs', line 6446 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def next_token @next_token end |
#provider_name ⇒ "JIRA_CLOUD", ...
Returns the value of attribute provider_name.
6447 6448 6449 |
# File 'sig/types.rbs', line 6447 def provider_name @provider_name end |