Class: Aws::Types::ListTablesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def cluster_identifier
  @cluster_identifier
end

#connected_database::String

Returns the value of attribute connected_database.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def connected_database
  @connected_database
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def db_user
  @db_user
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


335
336
337
# File 'sig/types.rbs', line 335

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def next_token
  @next_token
end

#schema_pattern::String

Returns the value of attribute schema_pattern.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def schema_pattern
  @schema_pattern
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def secret_arn
  @secret_arn
end

#table_pattern::String

Returns the value of attribute table_pattern.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def table_pattern
  @table_pattern
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def workgroup_name
  @workgroup_name
end