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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1306
1307
1308
1309
1310
1311
1312
# File 'lib/aws-sdk-omics/types.rb', line 1306

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)


1306
1307
1308
1309
1310
1311
1312
# File 'lib/aws-sdk-omics/types.rb', line 1306

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>)


1306
1307
1308
1309
1310
1311
1312
# File 'lib/aws-sdk-omics/types.rb', line 1306

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