Class: Aws::Types::ListNotebookRunsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4164
4165
4166
# File 'sig/types.rbs', line 4164

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4169
4170
4171
# File 'sig/types.rbs', line 4169

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4171
4172
4173
# File 'sig/types.rbs', line 4171

def next_token
  @next_token
end

#notebook_identifier::String

Returns the value of attribute notebook_identifier.

Returns:

  • (::String)


4166
4167
4168
# File 'sig/types.rbs', line 4166

def notebook_identifier
  @notebook_identifier
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


4165
4166
4167
# File 'sig/types.rbs', line 4165

def owning_project_identifier
  @owning_project_identifier
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


4168
4169
4170
# File 'sig/types.rbs', line 4168

def schedule_identifier
  @schedule_identifier
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4170
4171
4172
# File 'sig/types.rbs', line 4170

def sort_order
  @sort_order
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED")


4167
4168
4169
# File 'sig/types.rbs', line 4167

def status
  @status
end