Class: Aws::Types::ListNotebookInstanceLifecycleConfigsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotebookInstanceLifecycleConfigsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notebook_instance_lifecycle_configs ⇒ ::Array[Types::NotebookInstanceLifecycleConfigSummary]
Returns the value of attribute notebook_instance_lifecycle_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8219 8220 8221 |
# File 'sig/types.rbs', line 8219 def next_token @next_token end |
#notebook_instance_lifecycle_configs ⇒ ::Array[Types::NotebookInstanceLifecycleConfigSummary]
Returns the value of attribute notebook_instance_lifecycle_configs.
8220 8221 8222 |
# File 'sig/types.rbs', line 8220 def notebook_instance_lifecycle_configs @notebook_instance_lifecycle_configs end |