Class: Aws::Types::ListNotebookRunsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookRunsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notebook_identifier ⇒ ::String
Returns the value of attribute notebook_identifier.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def next_token @next_token end |
#notebook_identifier ⇒ ::String
Returns the value of attribute notebook_identifier.
4166 4167 4168 |
# File 'sig/types.rbs', line 4166 def notebook_identifier @notebook_identifier end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
4165 4166 4167 |
# File 'sig/types.rbs', line 4165 def owning_project_identifier @owning_project_identifier end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def schedule_identifier @schedule_identifier end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def sort_order @sort_order end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def status @status end |