Class: Aws::Types::ListNotebookInstanceLifecycleConfigsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8234
8235
8236
# File 'sig/types.rbs', line 8234

def next_token
  @next_token
end

#notebook_instance_lifecycle_configs::Array[Types::NotebookInstanceLifecycleConfigSummary]

Returns the value of attribute notebook_instance_lifecycle_configs.



8235
8236
8237
# File 'sig/types.rbs', line 8235

def notebook_instance_lifecycle_configs
  @notebook_instance_lifecycle_configs
end