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]
4275 |
# File 'sig/client.rbs', line 4275
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
4285 |
# File 'sig/client.rbs', line 4285
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
4278 |
# File 'sig/client.rbs', line 4278
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4279 |
# File 'sig/client.rbs', line 4279
def created_by: () -> ::String
|
#description ⇒ ::String
4277 |
# File 'sig/client.rbs', line 4277
def description: () -> ::String
|
#domain_id ⇒ ::String
4274 |
# File 'sig/client.rbs', line 4274
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
4288 |
# File 'sig/client.rbs', line 4288
def environment_configuration: () -> Types::EnvironmentConfig
|
#git_metadata ⇒ Types::GitMetadata
4289 |
# File 'sig/client.rbs', line 4289
def git_metadata: () -> Types::GitMetadata
|
#id ⇒ ::String
4271 |
# File 'sig/client.rbs', line 4271
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
4284 |
# File 'sig/client.rbs', line 4284
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
4283 |
# File 'sig/client.rbs', line 4283
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
4282 |
# File 'sig/client.rbs', line 4282
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
4286 |
# File 'sig/client.rbs', line 4286
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
4272 |
# File 'sig/client.rbs', line 4272
def name: () -> ::String
|
#owning_project_id ⇒ ::String
4273 |
# File 'sig/client.rbs', line 4273
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
4287 |
# File 'sig/client.rbs', line 4287
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", ...
4276 |
# File 'sig/client.rbs', line 4276
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
#updated_at ⇒ ::Time
4280 |
# File 'sig/client.rbs', line 4280
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4281 |
# File 'sig/client.rbs', line 4281
def updated_by: () -> ::String
|