Class: Aws::Omics::Types::DeleteVariantStoreRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Whether to force deletion.

Returns:

  • (Boolean)


1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1435

class DeleteVariantStoreRequest < Struct.new(
  :name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The store's name.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1435

class DeleteVariantStoreRequest < Struct.new(
  :name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end