Class: Aws::Types::NotebookRunSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


4650
4651
4652
# File 'sig/types.rbs', line 4650

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4645
4646
4647
# File 'sig/types.rbs', line 4645

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


4646
4647
4648
# File 'sig/types.rbs', line 4646

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4639
4640
4641
# File 'sig/types.rbs', line 4639

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4638
4639
4640
# File 'sig/types.rbs', line 4638

def id
  @id
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


4641
4642
4643
# File 'sig/types.rbs', line 4641

def notebook_id
  @notebook_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


4640
4641
4642
# File 'sig/types.rbs', line 4640

def owning_project_id
  @owning_project_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


4642
4643
4644
# File 'sig/types.rbs', line 4642

def schedule_id
  @schedule_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


4649
4650
4651
# File 'sig/types.rbs', line 4649

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

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


4643
4644
4645
# File 'sig/types.rbs', line 4643

def status
  @status
end

#trigger_sourceTypes::TriggerSource

Returns the value of attribute trigger_source.



4644
4645
4646
# File 'sig/types.rbs', line 4644

def trigger_source
  @trigger_source
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


4647
4648
4649
# File 'sig/types.rbs', line 4647

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


4648
4649
4650
# File 'sig/types.rbs', line 4648

def updated_by
  @updated_by
end