Module: Aws::Omics::Client::_CreateConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #run_configurations ⇒ Types::RunConfigurationsResponse
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
Instance Method Details
#arn ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def arn: () -> ::String
|
#creation_time ⇒ ::Time
236 |
# File 'sig/client.rbs', line 236
def creation_time: () -> ::Time
|
#description ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def description: () -> ::String
|
#name ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def name: () -> ::String
|
#run_configurations ⇒ Types::RunConfigurationsResponse
234 |
# File 'sig/client.rbs', line 234
def run_configurations: () -> Types::RunConfigurationsResponse
|
#status ⇒ "CREATING", ...
235 |
# File 'sig/client.rbs', line 235
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
237 |
# File 'sig/client.rbs', line 237
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def uuid: () -> ::String
|