Class: Aws::Types::ListSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionsRequest
- 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.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#status ⇒ "AVAILABLE", ...
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.
296 297 298 |
# File 'sig/types.rbs', line 296 def cluster_identifier @cluster_identifier end |
#database ⇒ ::String
Returns the value of attribute database.
298 299 300 |
# File 'sig/types.rbs', line 298 def database @database end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
292 293 294 |
# File 'sig/types.rbs', line 292 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
291 292 293 |
# File 'sig/types.rbs', line 291 def next_token @next_token end |
#role_level ⇒ Boolean
Returns the value of attribute role_level.
295 296 297 |
# File 'sig/types.rbs', line 295 def role_level @role_level end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def session_id @session_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
294 295 296 |
# File 'sig/types.rbs', line 294 def status @status end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
297 298 299 |
# File 'sig/types.rbs', line 297 def workgroup_name @workgroup_name end |