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)


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