Module: Aws::DataZone::Client::_GetNotebookExportResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#completed_at::Time

Returns:

  • (::Time)


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

def completed_at: () -> ::Time

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#file_format"PDF", "IPYNB"

Returns:

  • ("PDF", "IPYNB")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#notebook_id::String

Returns:

  • (::String)


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

def notebook_id: () -> ::String

#output_locationTypes::OutputLocation



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

def output_location: () -> Types::OutputLocation

#owning_project_id::String

Returns:

  • (::String)


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

def owning_project_id: () -> ::String

#status"IN_PROGRESS", ...

Returns:

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


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

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