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)


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

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#domain_id::String

Returns:

  • (::String)


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

def domain_id: () -> ::String

#file_format"PDF", "IPYNB"

Returns:

  • ("PDF", "IPYNB")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#notebook_id::String

Returns:

  • (::String)


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

def notebook_id: () -> ::String

#owning_project_id::String

Returns:

  • (::String)


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

def owning_project_id: () -> ::String

#status"IN_PROGRESS", ...

Returns:

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


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

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