Class: Aws::Omics::Types::DeleteRunCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteRunCacheRequest
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Run cache identifier for the cache you want to delete.
Instance Attribute Details
#id ⇒ String
Run cache identifier for the cache you want to delete.
1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1971 class DeleteRunCacheRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |