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
- #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]
4237 |
# File 'sig/client.rbs', line 4237
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
4247 |
# File 'sig/client.rbs', line 4247
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
4240 |
# File 'sig/client.rbs', line 4240
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4241 |
# File 'sig/client.rbs', line 4241
def created_by: () -> ::String
|
#description ⇒ ::String
4239 |
# File 'sig/client.rbs', line 4239
def description: () -> ::String
|
#domain_id ⇒ ::String
4236 |
# File 'sig/client.rbs', line 4236
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
4250 |
# File 'sig/client.rbs', line 4250
def environment_configuration: () -> Types::EnvironmentConfig
|
#id ⇒ ::String
4233 |
# File 'sig/client.rbs', line 4233
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
4246 |
# File 'sig/client.rbs', line 4246
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
4245 |
# File 'sig/client.rbs', line 4245
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
4244 |
# File 'sig/client.rbs', line 4244
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
4248 |
# File 'sig/client.rbs', line 4248
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
4234 |
# File 'sig/client.rbs', line 4234
def name: () -> ::String
|
#owning_project_id ⇒ ::String
4235 |
# File 'sig/client.rbs', line 4235
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
4249 |
# File 'sig/client.rbs', line 4249
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", "ARCHIVED"
4238 |
# File 'sig/client.rbs', line 4238
def status: () -> ("ACTIVE" | "ARCHIVED")
|
#updated_at ⇒ ::Time
4242 |
# File 'sig/client.rbs', line 4242
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4243 |
# File 'sig/client.rbs', line 4243
def updated_by: () -> ::String
|