Module: Aws::Omics::Client::_GetConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfigurationResponse]
- 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
715 |
# File 'sig/client.rbs', line 715
def arn: () -> ::String
|
#creation_time ⇒ ::Time
721 |
# File 'sig/client.rbs', line 721
def creation_time: () -> ::Time
|
#description ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def description: () -> ::String
|
#name ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def name: () -> ::String
|
#run_configurations ⇒ Types::RunConfigurationsResponse
719 |
# File 'sig/client.rbs', line 719
def run_configurations: () -> Types::RunConfigurationsResponse
|
#status ⇒ "CREATING", ...
720 |
# File 'sig/client.rbs', line 720
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
722 |
# File 'sig/client.rbs', line 722
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def uuid: () -> ::String
|