Class: Aws::Types::ListConnectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorsRequest
- 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 ⇒ "AZURE"
Returns the value of attribute provider_name.
Instance Attribute Details
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
6433 6434 6435 |
# File 'sig/types.rbs', line 6433 def connector_status @connector_status end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def enablement_status @enablement_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6431 6432 6433 |
# File 'sig/types.rbs', line 6431 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6430 6431 6432 |
# File 'sig/types.rbs', line 6430 def next_token @next_token end |
#provider_name ⇒ "AZURE"
Returns the value of attribute provider_name.
6432 6433 6434 |
# File 'sig/types.rbs', line 6432 def provider_name @provider_name end |