Class: Aws::Types::ListStatementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListStatementsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#role_level ⇒ Boolean
Returns the value of attribute role_level.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
315 316 317 |
# File 'sig/types.rbs', line 315 def cluster_identifier @cluster_identifier end |
#database ⇒ ::String
Returns the value of attribute database.
314 315 316 |
# File 'sig/types.rbs', line 314 def database @database end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
310 311 312 |
# File 'sig/types.rbs', line 310 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
309 310 311 |
# File 'sig/types.rbs', line 309 def next_token @next_token end |
#role_level ⇒ Boolean
Returns the value of attribute role_level.
313 314 315 |
# File 'sig/types.rbs', line 313 def role_level @role_level end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
311 312 313 |
# File 'sig/types.rbs', line 311 def statement_name @statement_name end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
312 313 314 |
# File 'sig/types.rbs', line 312 def status @status end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
316 317 318 |
# File 'sig/types.rbs', line 316 def workgroup_name @workgroup_name end |