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
3737 |
# File 'sig/client.rbs', line 3737
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3738 |
# File 'sig/client.rbs', line 3738
def created_by: () -> ::String
|
#description ⇒ ::String
3736 |
# File 'sig/client.rbs', line 3736
def description: () -> ::String
|
#domain_id ⇒ ::String
3731 |
# File 'sig/client.rbs', line 3731
def domain_id: () -> ::String
|
#git_metadata ⇒ Types::GitMetadata
3734 |
# File 'sig/client.rbs', line 3734
def git_metadata: () -> Types::GitMetadata
|
#name ⇒ ::String
3735 |
# File 'sig/client.rbs', line 3735
def name: () -> ::String
|
#notebook_id ⇒ ::String
3729 |
# File 'sig/client.rbs', line 3729
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3732 |
# File 'sig/client.rbs', line 3732
def owning_project_id: () -> ::String
|
#source_location ⇒ Types::SourceLocation
3733 |
# File 'sig/client.rbs', line 3733
def source_location: () -> Types::SourceLocation
|
#status ⇒ "ACTIVE", ...
3730 |
# File 'sig/client.rbs', line 3730
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|