Module: Aws::DataZone::Client::_StartNotebookImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartNotebookImportOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #name ⇒ ::String
- #notebook_id ⇒ ::String
- #owning_project_id ⇒ ::String
- #source_location ⇒ Types::SourceLocation
- #status ⇒ "ACTIVE", "ARCHIVED"
Instance Method Details
#created_at ⇒ ::Time
3651 |
# File 'sig/client.rbs', line 3651
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3652 |
# File 'sig/client.rbs', line 3652
def created_by: () -> ::String
|
#description ⇒ ::String
3649 |
# File 'sig/client.rbs', line 3649
def description: () -> ::String
|
#domain_id ⇒ ::String
3646 |
# File 'sig/client.rbs', line 3646
def domain_id: () -> ::String
|
#name ⇒ ::String
3648 |
# File 'sig/client.rbs', line 3648
def name: () -> ::String
|
#notebook_id ⇒ ::String
3644 |
# File 'sig/client.rbs', line 3644
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3647 |
# File 'sig/client.rbs', line 3647
def owning_project_id: () -> ::String
|
#source_location ⇒ Types::SourceLocation
3650 |
# File 'sig/client.rbs', line 3650
def source_location: () -> Types::SourceLocation
|
#status ⇒ "ACTIVE", "ARCHIVED"
3645 |
# File 'sig/client.rbs', line 3645
def status: () -> ("ACTIVE" | "ARCHIVED")
|