Class: Aws::Types::ListNotebookInstanceLifecycleConfigsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



8281
8282
8283
# File 'sig/types.rbs', line 8281

def next_token
  @next_token
end

#notebook_instance_lifecycle_configs::Array[Types::NotebookInstanceLifecycleConfigSummary]

Returns the value of attribute notebook_instance_lifecycle_configs.



8282
8283
8284
# File 'sig/types.rbs', line 8282

def notebook_instance_lifecycle_configs
  @notebook_instance_lifecycle_configs
end