Module: Aws::DataZone::Client::_GetNotebookResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotebookOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cell_order ⇒ ::Array[Types::CellInformation]
- #compute_id ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #environment_configuration ⇒ Types::EnvironmentConfig
- #git_metadata ⇒ Types::GitMetadata
- #id ⇒ ::String
- #lock_expires_at ⇒ ::Time
- #locked_at ⇒ ::Time
- #locked_by ⇒ ::String
- #metadata ⇒ ::Hash[::String, ::String]
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #parameters ⇒ ::Hash[::String, ::String]
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#cell_order ⇒ ::Array[Types::CellInformation]
2372 |
# File 'sig/client.rbs', line 2372
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
2382 |
# File 'sig/client.rbs', line 2382
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
2375 |
# File 'sig/client.rbs', line 2375
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2376 |
# File 'sig/client.rbs', line 2376
def created_by: () -> ::String
|
#description ⇒ ::String
2374 |
# File 'sig/client.rbs', line 2374
def description: () -> ::String
|
#domain_id ⇒ ::String
2371 |
# File 'sig/client.rbs', line 2371
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
2385 |
# File 'sig/client.rbs', line 2385
def environment_configuration: () -> Types::EnvironmentConfig
|
#git_metadata ⇒ Types::GitMetadata
2386 |
# File 'sig/client.rbs', line 2386
def git_metadata: () -> Types::GitMetadata
|
#id ⇒ ::String
2368 |
# File 'sig/client.rbs', line 2368
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
2381 |
# File 'sig/client.rbs', line 2381
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
2380 |
# File 'sig/client.rbs', line 2380
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
2379 |
# File 'sig/client.rbs', line 2379
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
2383 |
# File 'sig/client.rbs', line 2383
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
2369 |
# File 'sig/client.rbs', line 2369
def name: () -> ::String
|
#owning_project_id ⇒ ::String
2370 |
# File 'sig/client.rbs', line 2370
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
2384 |
# File 'sig/client.rbs', line 2384
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", ...
2373 |
# File 'sig/client.rbs', line 2373
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
#updated_at ⇒ ::Time
2377 |
# File 'sig/client.rbs', line 2377
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2378 |
# File 'sig/client.rbs', line 2378
def updated_by: () -> ::String
|