Class: Aws::Omics::Types::UpdateAnnotationStoreVersionRequest

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

#descriptionString

The description of an annotation store.

Returns:

  • (String)


6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-omics/types.rb', line 6332

class UpdateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of an annotation store.

Returns:

  • (String)


6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-omics/types.rb', line 6332

class UpdateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of an annotation store version.

Returns:

  • (String)


6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-omics/types.rb', line 6332

class UpdateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end