Class: Aws::Types::ListSchemasRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemasRequest
- 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.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
272 273 274 |
# File 'sig/types.rbs', line 272 def cluster_identifier @cluster_identifier end |
#connected_database ⇒ ::String
Returns the value of attribute connected_database.
276 277 278 |
# File 'sig/types.rbs', line 276 def connected_database @connected_database end |
#database ⇒ ::String
Returns the value of attribute database.
275 276 277 |
# File 'sig/types.rbs', line 275 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
274 275 276 |
# File 'sig/types.rbs', line 274 def db_user @db_user end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
279 280 281 |
# File 'sig/types.rbs', line 279 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
278 279 280 |
# File 'sig/types.rbs', line 278 def next_token @next_token end |
#schema_pattern ⇒ ::String
Returns the value of attribute schema_pattern.
277 278 279 |
# File 'sig/types.rbs', line 277 def schema_pattern @schema_pattern end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def secret_arn @secret_arn end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def workgroup_name @workgroup_name end |