Module: Aws::Omics::Client::_GetRunCacheResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRunCacheResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
- #cache_bucket_owner_id ⇒ ::String
- #cache_s3_uri ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
946 |
# File 'sig/client.rbs', line 946
def arn: () -> ::String
|
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
947 |
# File 'sig/client.rbs', line 947
def cache_behavior: () -> ("CACHE_ON_FAILURE" | "CACHE_ALWAYS")
|
#cache_bucket_owner_id ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def cache_bucket_owner_id: () -> ::String
|
#cache_s3_uri ⇒ ::String
949 |
# File 'sig/client.rbs', line 949
def cache_s3_uri: () -> ::String
|
#creation_time ⇒ ::Time
950 |
# File 'sig/client.rbs', line 950
def creation_time: () -> ::Time
|
#description ⇒ ::String
951 |
# File 'sig/client.rbs', line 951
def description: () -> ::String
|
#id ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def id: () -> ::String
|
#name ⇒ ::String
953 |
# File 'sig/client.rbs', line 953
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
954 |
# File 'sig/client.rbs', line 954
def status: () -> ("ACTIVE" | "DELETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
955 |
# File 'sig/client.rbs', line 955
def tags: () -> ::Hash[::String, ::String]
|