Class: Aws::Omics::Types::DeleteAnnotationStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteAnnotationStoreRequest
- 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.
1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-omics/types.rb', line 1406 class DeleteAnnotationStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-omics/types.rb', line 1406 class DeleteAnnotationStoreRequest < Struct.new( :name, :force) SENSITIVE = [] include Aws::Structure end |