Class: Aws::Types::GetNotebookExportOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


3081
3082
3083
# File 'sig/types.rbs', line 3081

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3082
3083
3084
# File 'sig/types.rbs', line 3082

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3083
3084
3085
# File 'sig/types.rbs', line 3083

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def domain_id
  @domain_id
end

#errorTypes::NotebookExportError

Returns the value of attribute error.



3080
3081
3082
# File 'sig/types.rbs', line 3080

def error
  @error
end

#file_format"PDF", "IPYNB"

Returns the value of attribute file_format.

Returns:

  • ("PDF", "IPYNB")


3077
3078
3079
# File 'sig/types.rbs', line 3077

def file_format
  @file_format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def id
  @id
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def notebook_id
  @notebook_id
end

#output_locationTypes::OutputLocation

Returns the value of attribute output_location.



3079
3080
3081
# File 'sig/types.rbs', line 3079

def output_location
  @output_location
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def owning_project_id
  @owning_project_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


3078
3079
3080
# File 'sig/types.rbs', line 3078

def status
  @status
end