Class: Aws::Types::NotebookRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#trigger_source ⇒ Types::TriggerSource
Returns the value of attribute trigger_source.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
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.
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.
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.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def id @id end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
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.
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.
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.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def status @status end |
#trigger_source ⇒ Types::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.
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.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def updated_by @updated_by end |