Class: Aws::Omics::Types::DeleteVariantStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteVariantStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Whether to force deletion.
-
#name ⇒ String
The store’s name.
Instance Attribute Details
#force ⇒ Boolean
Whether to force deletion.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-omics/types.rb', line 1601 class DeleteVariantStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-omics/types.rb', line 1601 class DeleteVariantStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |