Module: Aws::Omics::Client::_GetRunGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRunGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #max_cpus ⇒ ::Integer
- #max_duration ⇒ ::Integer
- #max_gpus ⇒ ::Integer
- #max_runs ⇒ ::Integer
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def arn: () -> ::String
|
#creation_time ⇒ ::Time
971 |
# File 'sig/client.rbs', line 971
def creation_time: () -> ::Time
|
#id ⇒ ::String
966 |
# File 'sig/client.rbs', line 966
def id: () -> ::String
|
#max_cpus ⇒ ::Integer
968 |
# File 'sig/client.rbs', line 968
def max_cpus: () -> ::Integer
|
#max_duration ⇒ ::Integer
970 |
# File 'sig/client.rbs', line 970
def max_duration: () -> ::Integer
|
#max_gpus ⇒ ::Integer
973 |
# File 'sig/client.rbs', line 973
def max_gpus: () -> ::Integer
|
#max_runs ⇒ ::Integer
969 |
# File 'sig/client.rbs', line 969
def max_runs: () -> ::Integer
|
#name ⇒ ::String
967 |
# File 'sig/client.rbs', line 967
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
972 |
# File 'sig/client.rbs', line 972
def tags: () -> ::Hash[::String, ::String]
|