Class: Aws::Omics::Types::DeleteAnnotationStoreVersionsRequest

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

Forces the deletion of an annotation store version when imports are in-progress..

Returns:

  • (Boolean)


1303
1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1303

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

#nameString

The name of the annotation store from which versions are being deleted.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1303

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

#versionsArray<String>

The versions of an annotation store to be deleted.

Returns:

  • (Array<String>)


1303
1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1303

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