Class: Aws::Types::GetCatalogsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCatalogsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_databases ⇒ Boolean
Returns the value of attribute has_databases.
-
#include_root ⇒ Boolean
Returns the value of attribute include_root.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parent_catalog_id ⇒ ::String
Returns the value of attribute parent_catalog_id.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
Instance Attribute Details
#has_databases ⇒ Boolean
Returns the value of attribute has_databases.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def has_databases @has_databases end |
#include_root ⇒ Boolean
Returns the value of attribute include_root.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def include_root @include_root end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def next_token @next_token end |
#parent_catalog_id ⇒ ::String
Returns the value of attribute parent_catalog_id.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def parent_catalog_id @parent_catalog_id end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
3253 3254 3255 |
# File 'sig/types.rbs', line 3253 def recursive @recursive end |