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)


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

def has_databases
  @has_databases
end

#include_rootBoolean

Returns the value of attribute include_root.

Returns:

  • (Boolean)


3248
3249
3250
# File 'sig/types.rbs', line 3248

def include_root
  @include_root
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3246
3247
3248
# File 'sig/types.rbs', line 3246

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3245
3246
3247
# File 'sig/types.rbs', line 3245

def next_token
  @next_token
end

#parent_catalog_id::String

Returns the value of attribute parent_catalog_id.

Returns:

  • (::String)


3244
3245
3246
# File 'sig/types.rbs', line 3244

def parent_catalog_id
  @parent_catalog_id
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


3247
3248
3249
# File 'sig/types.rbs', line 3247

def recursive
  @recursive
end