Module: Aws::DataZone::Client::_StartNotebookSyncResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartNotebookSyncOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #git_metadata ⇒ Types::GitMetadata
- #name ⇒ ::String
- #notebook_id ⇒ ::String
- #owning_project_id ⇒ ::String
- #source_location ⇒ Types::SourceLocation
- #status ⇒ "ACTIVE", ...
Instance Method Details
#created_at ⇒ ::Time
3732 |
# File 'sig/client.rbs', line 3732
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3733 |
# File 'sig/client.rbs', line 3733
def created_by: () -> ::String
|
#description ⇒ ::String
3731 |
# File 'sig/client.rbs', line 3731
def description: () -> ::String
|
#domain_id ⇒ ::String
3726 |
# File 'sig/client.rbs', line 3726
def domain_id: () -> ::String
|
#git_metadata ⇒ Types::GitMetadata
3729 |
# File 'sig/client.rbs', line 3729
def git_metadata: () -> Types::GitMetadata
|
#name ⇒ ::String
3730 |
# File 'sig/client.rbs', line 3730
def name: () -> ::String
|
#notebook_id ⇒ ::String
3724 |
# File 'sig/client.rbs', line 3724
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3727 |
# File 'sig/client.rbs', line 3727
def owning_project_id: () -> ::String
|
#source_location ⇒ Types::SourceLocation
3728 |
# File 'sig/client.rbs', line 3728
def source_location: () -> Types::SourceLocation
|
#status ⇒ "ACTIVE", ...
3725 |
# File 'sig/client.rbs', line 3725
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|