Module: Aws::Omics::Client::_GetRunCacheResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetRunCacheResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


946
# File 'sig/client.rbs', line 946

def arn: () -> ::String

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns:

  • ("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

Returns:

  • (::String)


948
# File 'sig/client.rbs', line 948

def cache_bucket_owner_id: () -> ::String

#cache_s3_uri::String

Returns:

  • (::String)


949
# File 'sig/client.rbs', line 949

def cache_s3_uri: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


950
# File 'sig/client.rbs', line 950

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


951
# File 'sig/client.rbs', line 951

def description: () -> ::String

#id::String

Returns:

  • (::String)


952
# File 'sig/client.rbs', line 952

def id: () -> ::String

#name::String

Returns:

  • (::String)


953
# File 'sig/client.rbs', line 953

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "DELETED", "FAILED")


954
# File 'sig/client.rbs', line 954

def status: () -> ("ACTIVE" | "DELETED" | "FAILED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


955
# File 'sig/client.rbs', line 955

def tags: () -> ::Hash[::String, ::String]