Class: Aws::Types::StopNotebookRunOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6038
6039
6040
# File 'sig/types.rbs', line 6038

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6037
6038
6039
# File 'sig/types.rbs', line 6037

def id
  @id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


6039
6040
6041
# File 'sig/types.rbs', line 6039

def owning_project_id
  @owning_project_id
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

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


6040
6041
6042
# File 'sig/types.rbs', line 6040

def status
  @status
end