Class: Aws::Types::UpdateNotebookOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
-
#compute_id ⇒ ::String
Returns the value of attribute compute_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
-
#error ⇒ Types::NotebookError
Returns the value of attribute error.
-
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_expires_at ⇒ ::Time
Returns the value of attribute lock_expires_at.
-
#locked_at ⇒ ::Time
Returns the value of attribute locked_at.
-
#locked_by ⇒ ::String
Returns the value of attribute locked_by.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
6717 6718 6719 |
# File 'sig/types.rbs', line 6717 def cell_order @cell_order end |
#compute_id ⇒ ::String
Returns the value of attribute compute_id.
6727 6728 6729 |
# File 'sig/types.rbs', line 6727 def compute_id @compute_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6720 6721 6722 |
# File 'sig/types.rbs', line 6720 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6721 6722 6723 |
# File 'sig/types.rbs', line 6721 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6719 6720 6721 |
# File 'sig/types.rbs', line 6719 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6716 6717 6718 |
# File 'sig/types.rbs', line 6716 def domain_id @domain_id end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def environment_configuration @environment_configuration end |
#error ⇒ Types::NotebookError
Returns the value of attribute error.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def error @error end |
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def @git_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
6713 6714 6715 |
# File 'sig/types.rbs', line 6713 def id @id end |
#lock_expires_at ⇒ ::Time
Returns the value of attribute lock_expires_at.
6726 6727 6728 |
# File 'sig/types.rbs', line 6726 def lock_expires_at @lock_expires_at end |
#locked_at ⇒ ::Time
Returns the value of attribute locked_at.
6725 6726 6727 |
# File 'sig/types.rbs', line 6725 def locked_at @locked_at end |
#locked_by ⇒ ::String
Returns the value of attribute locked_by.
6724 6725 6726 |
# File 'sig/types.rbs', line 6724 def locked_by @locked_by end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
6728 6729 6730 |
# File 'sig/types.rbs', line 6728 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
6714 6715 6716 |
# File 'sig/types.rbs', line 6714 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
6715 6716 6717 |
# File 'sig/types.rbs', line 6715 def owning_project_id @owning_project_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def parameters @parameters end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
6718 6719 6720 |
# File 'sig/types.rbs', line 6718 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6722 6723 6724 |
# File 'sig/types.rbs', line 6722 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6723 6724 6725 |
# File 'sig/types.rbs', line 6723 def updated_by @updated_by end |