Module: Aws::DataZone::Client::_UpdateNotebookResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateNotebookOutput]
- 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]
4284 |
# File 'sig/client.rbs', line 4284
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
4294 |
# File 'sig/client.rbs', line 4294
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
4287 |
# File 'sig/client.rbs', line 4287
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4288 |
# File 'sig/client.rbs', line 4288
def created_by: () -> ::String
|
#description ⇒ ::String
4286 |
# File 'sig/client.rbs', line 4286
def description: () -> ::String
|
#domain_id ⇒ ::String
4283 |
# File 'sig/client.rbs', line 4283
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
4297 |
# File 'sig/client.rbs', line 4297
def environment_configuration: () -> Types::EnvironmentConfig
|
#git_metadata ⇒ Types::GitMetadata
4298 |
# File 'sig/client.rbs', line 4298
def git_metadata: () -> Types::GitMetadata
|
#id ⇒ ::String
4280 |
# File 'sig/client.rbs', line 4280
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
4293 |
# File 'sig/client.rbs', line 4293
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
4292 |
# File 'sig/client.rbs', line 4292
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
4291 |
# File 'sig/client.rbs', line 4291
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
4295 |
# File 'sig/client.rbs', line 4295
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
4281 |
# File 'sig/client.rbs', line 4281
def name: () -> ::String
|
#owning_project_id ⇒ ::String
4282 |
# File 'sig/client.rbs', line 4282
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
4296 |
# File 'sig/client.rbs', line 4296
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", ...
4285 |
# File 'sig/client.rbs', line 4285
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
#updated_at ⇒ ::Time
4289 |
# File 'sig/client.rbs', line 4289
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4290 |
# File 'sig/client.rbs', line 4290
def updated_by: () -> ::String
|