Class: Aws::Types::ListStreamSessionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamSessionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_files_status ⇒ "SUCCEEDED", ...
Returns the value of attribute export_files_status.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
Instance Attribute Details
#export_files_status ⇒ "SUCCEEDED", ...
Returns the value of attribute export_files_status.
390 391 392 |
# File 'sig/types.rbs', line 390 def export_files_status @export_files_status end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
393 394 395 |
# File 'sig/types.rbs', line 393 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
392 393 394 |
# File 'sig/types.rbs', line 392 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
391 392 393 |
# File 'sig/types.rbs', line 391 def next_token @next_token end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
389 390 391 |
# File 'sig/types.rbs', line 389 def status @status end |