Module: Aws::DataZone::Client::_StartNotebookExportResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartNotebookExportOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


3629
# File 'sig/client.rbs', line 3629

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


3630
# File 'sig/client.rbs', line 3630

def created_by: () -> ::String

#domain_id::String

Returns:

  • (::String)


3624
# File 'sig/client.rbs', line 3624

def domain_id: () -> ::String

#file_format"PDF", "IPYNB"

Returns:

  • ("PDF", "IPYNB")


3627
# File 'sig/client.rbs', line 3627

def file_format: () -> ("PDF" | "IPYNB")

#id::String

Returns:

  • (::String)


3623
# File 'sig/client.rbs', line 3623

def id: () -> ::String

#notebook_id::String

Returns:

  • (::String)


3626
# File 'sig/client.rbs', line 3626

def notebook_id: () -> ::String

#owning_project_id::String

Returns:

  • (::String)


3625
# File 'sig/client.rbs', line 3625

def owning_project_id: () -> ::String

#status"IN_PROGRESS", ...

Returns:

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


3628
# File 'sig/client.rbs', line 3628

def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")