Class: Aws::Types::GetNotebookOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetNotebookOutput
- 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.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def cell_order @cell_order end |
#compute_id ⇒ ::String
Returns the value of attribute compute_id.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def compute_id @compute_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3100 3101 3102 |
# File 'sig/types.rbs', line 3100 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def domain_id @domain_id end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def environment_configuration @environment_configuration end |
#error ⇒ Types::NotebookError
Returns the value of attribute error.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def error @error end |
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def @git_metadata end |
#id ⇒ ::String
Returns the value of attribute id.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def id @id end |
#lock_expires_at ⇒ ::Time
Returns the value of attribute lock_expires_at.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def lock_expires_at @lock_expires_at end |
#locked_at ⇒ ::Time
Returns the value of attribute locked_at.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def locked_at @locked_at end |
#locked_by ⇒ ::String
Returns the value of attribute locked_by.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def locked_by @locked_by end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def owning_project_id @owning_project_id end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def parameters @parameters end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
3099 3100 3101 |
# File 'sig/types.rbs', line 3099 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def updated_by @updated_by end |