Class: Aws::Types::StopNotebookRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::StopNotebookRunOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def status @status end |