Class: Aws::Omics::Types::GetRunCacheRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the run cache to retrieve.

Returns:

  • (String)


3080
3081
3082
3083
3084
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3080

class GetRunCacheRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end