Class: Aws::Omics::Types::DeleteRunCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteRunCacheRequest
- Includes:
- Structure
- Defined in:
- 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.
1505 1506 1507 1508 1509 |
# File 'lib/aws-sdk-omics/types.rb', line 1505 class DeleteRunCacheRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |