Class: Aws::Types::StartNotebookSyncOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


6025
6026
6027
# File 'sig/types.rbs', line 6025

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6023
6024
6025
# File 'sig/types.rbs', line 6023

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6018
6019
6020
# File 'sig/types.rbs', line 6018

def domain_id
  @domain_id
end

#git_metadataTypes::GitMetadata

Returns the value of attribute git_metadata.

Returns:



6021
6022
6023
# File 'sig/types.rbs', line 6021

def 
  @git_metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6022
6023
6024
# File 'sig/types.rbs', line 6022

def name
  @name
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


6019
6020
6021
# File 'sig/types.rbs', line 6019

def owning_project_id
  @owning_project_id
end

#source_locationTypes::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.

Returns:

  • ("ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED")


6017
6018
6019
# File 'sig/types.rbs', line 6017

def status
  @status
end