Class: Aws::Omics::Types::DeleteAnnotationStoreRequest

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)


1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1268

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

#nameString

The store's name.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1268

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