Class: Aws::Types::ListTablesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTablesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#connected_database ⇒ ::String
Returns the value of attribute connected_database.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_pattern ⇒ ::String
Returns the value of attribute schema_pattern.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#table_pattern ⇒ ::String
Returns the value of attribute table_pattern.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
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.
331 332 333 |
# File 'sig/types.rbs', line 331 def connected_database @connected_database end |
#database ⇒ ::String
Returns the value of attribute database.
330 331 332 |
# File 'sig/types.rbs', line 330 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
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.
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.
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.
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.
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.
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.
336 337 338 |
# File 'sig/types.rbs', line 336 def workgroup_name @workgroup_name end |