Class: Aws::Types::StartNotebookSyncInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6011
6012
6013
# File 'sig/types.rbs', line 6011

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6010
6011
6012
# File 'sig/types.rbs', line 6010

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6004
6005
6006
# File 'sig/types.rbs', line 6004

def domain_identifier
  @domain_identifier
end

#git_metadataTypes::GitMetadata

Returns the value of attribute git_metadata.

Returns:



6007
6008
6009
# File 'sig/types.rbs', line 6007

def 
  @git_metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6009
6010
6011
# File 'sig/types.rbs', line 6009

def name
  @name
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


6008
6009
6010
# File 'sig/types.rbs', line 6008

def notebook_id
  @notebook_id
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


6005
6006
6007
# File 'sig/types.rbs', line 6005

def owning_project_identifier
  @owning_project_identifier
end

#source_locationTypes::SourceLocation

Returns the value of attribute source_location.



6006
6007
6008
# File 'sig/types.rbs', line 6006

def source_location
  @source_location
end