Class: Aws::Types::StartNotebookExportOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5934
5935
5936
# File 'sig/types.rbs', line 5934

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5935
5936
5937
# File 'sig/types.rbs', line 5935

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5929
5930
5931
# File 'sig/types.rbs', line 5929

def domain_id
  @domain_id
end

#file_format"PDF", "IPYNB"

Returns the value of attribute file_format.

Returns:

  • ("PDF", "IPYNB")


5932
5933
5934
# File 'sig/types.rbs', line 5932

def file_format
  @file_format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5928
5929
5930
# File 'sig/types.rbs', line 5928

def id
  @id
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


5931
5932
5933
# File 'sig/types.rbs', line 5931

def notebook_id
  @notebook_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


5930
5931
5932
# File 'sig/types.rbs', line 5930

def owning_project_id
  @owning_project_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


5933
5934
5935
# File 'sig/types.rbs', line 5933

def status
  @status
end