Class: Aws::Types::ListStreamSessionsByAccountInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamSessionsByAccountInput
- 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.
-
#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.
376 377 378 |
# File 'sig/types.rbs', line 376 def export_files_status @export_files_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
378 379 380 |
# File 'sig/types.rbs', line 378 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
377 378 379 |
# File 'sig/types.rbs', line 377 def next_token @next_token end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
375 376 377 |
# File 'sig/types.rbs', line 375 def status @status end |