Module: Aws::DataZone::Client::_CreateNotebookResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateNotebookOutput]
- 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]
1106 |
# File 'sig/client.rbs', line 1106
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
1116 |
# File 'sig/client.rbs', line 1116
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
1109 |
# File 'sig/client.rbs', line 1109
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1110 |
# File 'sig/client.rbs', line 1110
def created_by: () -> ::String
|
#description ⇒ ::String
1108 |
# File 'sig/client.rbs', line 1108
def description: () -> ::String
|
#domain_id ⇒ ::String
1105 |
# File 'sig/client.rbs', line 1105
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
1119 |
# File 'sig/client.rbs', line 1119
def environment_configuration: () -> Types::EnvironmentConfig
|
#id ⇒ ::String
1102 |
# File 'sig/client.rbs', line 1102
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
1115 |
# File 'sig/client.rbs', line 1115
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
1114 |
# File 'sig/client.rbs', line 1114
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
1113 |
# File 'sig/client.rbs', line 1113
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
1117 |
# File 'sig/client.rbs', line 1117
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
1103 |
# File 'sig/client.rbs', line 1103
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1104 |
# File 'sig/client.rbs', line 1104
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
1118 |
# File 'sig/client.rbs', line 1118
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", "ARCHIVED"
1107 |
# File 'sig/client.rbs', line 1107
def status: () -> ("ACTIVE" | "ARCHIVED")
|
#updated_at ⇒ ::Time
1111 |
# File 'sig/client.rbs', line 1111
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1112 |
# File 'sig/client.rbs', line 1112
def updated_by: () -> ::String
|