Class: Aws::Types::StartNotebookImportOutput

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)


5957
5958
5959
# File 'sig/types.rbs', line 5957

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5958
5959
5960
# File 'sig/types.rbs', line 5958

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5955
5956
5957
# File 'sig/types.rbs', line 5955

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5952
5953
5954
# File 'sig/types.rbs', line 5952

def domain_id
  @domain_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5954
5955
5956
# File 'sig/types.rbs', line 5954

def name
  @name
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


5950
5951
5952
# File 'sig/types.rbs', line 5950

def notebook_id
  @notebook_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


5953
5954
5955
# File 'sig/types.rbs', line 5953

def owning_project_id
  @owning_project_id
end

#source_locationTypes::SourceLocation

Returns the value of attribute source_location.



5956
5957
5958
# File 'sig/types.rbs', line 5956

def source_location
  @source_location
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


5951
5952
5953
# File 'sig/types.rbs', line 5951

def status
  @status
end