Class: Aws::Types::ListNotebooksInput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebooksInput
- 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.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4182 4183 4184 |
# File 'sig/types.rbs', line 4182 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4184 4185 4186 |
# File 'sig/types.rbs', line 4184 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4188 4189 4190 |
# File 'sig/types.rbs', line 4188 def next_token @next_token end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def owning_project_identifier @owning_project_identifier end |
#sort_by ⇒ "CREATED_AT", "UPDATED_AT"
Returns the value of attribute sort_by.
4186 4187 4188 |
# File 'sig/types.rbs', line 4186 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def sort_order @sort_order end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
4187 4188 4189 |
# File 'sig/types.rbs', line 4187 def status @status end |