Class: Aws::DataZone::Types::StartNotebookSyncOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the notebook sync was started.

Returns:

  • (Time)


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_byString

The identifier of the user who started the notebook sync.

Returns:

  • (String)


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

#descriptionString

The description of the synced notebook.

Returns:

  • (String)


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_idString

The identifier of the Amazon SageMaker Unified Studio domain.

Returns:

  • (String)


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_metadataTypes::GitMetadata

The Git metadata associated with the synced notebook.

Returns:



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

#nameString

The name of the synced notebook.

Returns:

  • (String)


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_idString

The identifier of the synced notebook.

Returns:

  • (String)


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_idString

The identifier of the project that owns the synced notebook.

Returns:

  • (String)


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_locationTypes::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

#statusString

The status of the notebook sync.

Returns:

  • (String)


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