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.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def catalog_id @catalog_id end |
#filter ⇒ Types::GetConnectionsFilter
Returns the value of attribute filter.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def filter @filter end |
#hide_password ⇒ Boolean
Returns the value of attribute hide_password.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def hide_password @hide_password end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3386 3387 3388 |
# File 'sig/types.rbs', line 3386 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def next_token @next_token end |