Class: Aws::Types::GetCatalogsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#has_databasesBoolean

Returns the value of attribute has_databases.

Returns:

  • (Boolean)


3255
3256
3257
# File 'sig/types.rbs', line 3255

def has_databases
  @has_databases
end

#include_rootBoolean

Returns the value of attribute include_root.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3250
3251
3252
# File 'sig/types.rbs', line 3250

def parent_catalog_id
  @parent_catalog_id
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


3253
3254
3255
# File 'sig/types.rbs', line 3253

def recursive
  @recursive
end