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
- #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", "ARCHIVED"
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#cell_order ⇒ ::Array[Types::CellInformation]
2366 |
# File 'sig/client.rbs', line 2366
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
2376 |
# File 'sig/client.rbs', line 2376
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
2369 |
# File 'sig/client.rbs', line 2369
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2370 |
# File 'sig/client.rbs', line 2370
def created_by: () -> ::String
|
#description ⇒ ::String
2368 |
# File 'sig/client.rbs', line 2368
def description: () -> ::String
|
#domain_id ⇒ ::String
2365 |
# File 'sig/client.rbs', line 2365
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
2379 |
# File 'sig/client.rbs', line 2379
def environment_configuration: () -> Types::EnvironmentConfig
|
#id ⇒ ::String
2362 |
# File 'sig/client.rbs', line 2362
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
2375 |
# File 'sig/client.rbs', line 2375
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
2374 |
# File 'sig/client.rbs', line 2374
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
2373 |
# File 'sig/client.rbs', line 2373
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
2377 |
# File 'sig/client.rbs', line 2377
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
2363 |
# File 'sig/client.rbs', line 2363
def name: () -> ::String
|
#owning_project_id ⇒ ::String
2364 |
# File 'sig/client.rbs', line 2364
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
2378 |
# File 'sig/client.rbs', line 2378
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", "ARCHIVED"
2367 |
# File 'sig/client.rbs', line 2367
def status: () -> ("ACTIVE" | "ARCHIVED")
|
#updated_at ⇒ ::Time
2371 |
# File 'sig/client.rbs', line 2371
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2372 |
# File 'sig/client.rbs', line 2372
def updated_by: () -> ::String
|