Class: Aws::Omics::Types::GetRunCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the run cache to retrieve.
Instance Attribute Details
#id ⇒ String
The identifier of the run cache to retrieve.
3182 3183 3184 3185 3186 |
# File 'lib/aws-sdk-omics/types.rb', line 3182 class GetRunCacheRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |