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
- #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]
1111 |
# File 'sig/client.rbs', line 1111
def cell_order: () -> ::Array[Types::CellInformation]
|
#compute_id ⇒ ::String
1121 |
# File 'sig/client.rbs', line 1121
def compute_id: () -> ::String
|
#created_at ⇒ ::Time
1114 |
# File 'sig/client.rbs', line 1114
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1115 |
# File 'sig/client.rbs', line 1115
def created_by: () -> ::String
|
#description ⇒ ::String
1113 |
# File 'sig/client.rbs', line 1113
def description: () -> ::String
|
#domain_id ⇒ ::String
1110 |
# File 'sig/client.rbs', line 1110
def domain_id: () -> ::String
|
#environment_configuration ⇒ Types::EnvironmentConfig
1124 |
# File 'sig/client.rbs', line 1124
def environment_configuration: () -> Types::EnvironmentConfig
|
#git_metadata ⇒ Types::GitMetadata
1125 |
# File 'sig/client.rbs', line 1125
def git_metadata: () -> Types::GitMetadata
|
#id ⇒ ::String
1107 |
# File 'sig/client.rbs', line 1107
def id: () -> ::String
|
#lock_expires_at ⇒ ::Time
1120 |
# File 'sig/client.rbs', line 1120
def lock_expires_at: () -> ::Time
|
#locked_at ⇒ ::Time
1119 |
# File 'sig/client.rbs', line 1119
def locked_at: () -> ::Time
|
#locked_by ⇒ ::String
1118 |
# File 'sig/client.rbs', line 1118
def locked_by: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
1122 |
# File 'sig/client.rbs', line 1122
def metadata: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
1108 |
# File 'sig/client.rbs', line 1108
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109
def owning_project_id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
1123 |
# File 'sig/client.rbs', line 1123
def parameters: () -> ::Hash[::String, ::String]
|
#status ⇒ "ACTIVE", ...
1112 |
# File 'sig/client.rbs', line 1112
def status: () -> ("ACTIVE" | "ARCHIVED" | "SYNC_IN_PROGRESS" | "SYNC_FAILED")
|
#updated_at ⇒ ::Time
1116 |
# File 'sig/client.rbs', line 1116
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1117 |
# File 'sig/client.rbs', line 1117
def updated_by: () -> ::String
|