Class: Aws::Types::GetConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#filter ⇒ Types::GetConnectionsFilter
Returns the value of attribute filter.
-
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def catalog_id @catalog_id end |
#filter ⇒ Types::GetConnectionsFilter
Returns the value of attribute filter.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def filter @filter end |
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def hide_password @hide_password end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3369 3370 3371 |
# File 'sig/types.rbs', line 3369 def next_token @next_token end |