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.
2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-omics/types.rb', line 2067 class DeleteVariantStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-omics/types.rb', line 2067 class DeleteVariantStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |