Class: Aws::Types::ListDatabasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDatabasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#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.
-
#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.
255 256 257 |
# File 'sig/types.rbs', line 255 def cluster_identifier @cluster_identifier end |
#database ⇒ ::String
Returns the value of attribute database.
256 257 258 |
# File 'sig/types.rbs', line 256 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
258 259 260 |
# File 'sig/types.rbs', line 258 def db_user @db_user end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
260 261 262 |
# File 'sig/types.rbs', line 260 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
259 260 261 |
# File 'sig/types.rbs', line 259 def next_token @next_token end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
257 258 259 |
# File 'sig/types.rbs', line 257 def secret_arn @secret_arn end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
261 262 263 |
# File 'sig/types.rbs', line 261 def workgroup_name @workgroup_name end |