Class: Aws::DataZone::Types::StartNotebookSyncInput

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

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the notebook.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon SageMaker Unified Studio domain in which to sync the notebook.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#git_metadataTypes::GitMetadata

The Git metadata for the notebook sync, including repository, branch, and commit information.

Returns:



22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the notebook. The name must be between 1 and 256 characters.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#notebook_idString

The identifier of an existing notebook to sync. If not specified, a new notebook is created.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#owning_project_identifierString

The identifier of the project that will own the synced notebook.

Returns:

  • (String)


22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#source_locationTypes::SourceLocation

The source location of the notebook to sync. This specifies the Amazon Simple Storage Service URI of the notebook file.



22040
22041
22042
22043
22044
22045
22046
22047
22048
22049
22050
22051
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22040

class StartNotebookSyncInput < Struct.new(
  :domain_identifier,
  :owning_project_identifier,
  :source_location,
  :git_metadata,
  :notebook_id,
  :name,
  :description,
  :client_token)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end