Class: Aws::DataZone::Types::StartNotebookSyncOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::StartNotebookSyncOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the notebook sync was started.
-
#created_by ⇒ String
The identifier of the user who started the notebook sync.
-
#description ⇒ String
The description of the synced notebook.
-
#domain_id ⇒ String
The identifier of the Amazon SageMaker Unified Studio domain.
-
#git_metadata ⇒ Types::GitMetadata
The Git metadata associated with the synced notebook.
-
#name ⇒ String
The name of the synced notebook.
-
#notebook_id ⇒ String
The identifier of the synced notebook.
-
#owning_project_id ⇒ String
The identifier of the project that owns the synced notebook.
-
#source_location ⇒ Types::SourceLocation
The source location from which the notebook was synced.
-
#status ⇒ String
The status of the notebook sync.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the notebook sync was started.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The identifier of the user who started the notebook sync.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the synced notebook.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon SageMaker Unified Studio domain.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#git_metadata ⇒ Types::GitMetadata
The Git metadata associated with the synced notebook.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the synced notebook.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#notebook_id ⇒ String
The identifier of the synced notebook.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#owning_project_id ⇒ String
The identifier of the project that owns the synced notebook.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#source_location ⇒ Types::SourceLocation
The source location from which the notebook was synced.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The status of the notebook sync.
21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21985 class StartNotebookSyncOutput < Struct.new( :notebook_id, :status, :domain_id, :owning_project_id, :source_location, :git_metadata, :name, :description, :created_at, :created_by) SENSITIVE = [:name, :description] include Aws::Structure end |