Class: Aws::Types::StartNotebookSyncOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookSyncOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6024 6025 6026 |
# File 'sig/types.rbs', line 6024 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6025 6026 6027 |
# File 'sig/types.rbs', line 6025 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6023 6024 6025 |
# File 'sig/types.rbs', line 6023 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6018 6019 6020 |
# File 'sig/types.rbs', line 6018 def domain_id @domain_id end |
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
6021 6022 6023 |
# File 'sig/types.rbs', line 6021 def @git_metadata end |
#name ⇒ ::String
Returns the value of attribute name.
6022 6023 6024 |
# File 'sig/types.rbs', line 6022 def name @name end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def notebook_id @notebook_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
6019 6020 6021 |
# File 'sig/types.rbs', line 6019 def owning_project_id @owning_project_id end |
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
6020 6021 6022 |
# File 'sig/types.rbs', line 6020 def source_location @source_location end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
6017 6018 6019 |
# File 'sig/types.rbs', line 6017 def status @status end |