Class: Aws::Omics::Types::UpdateAnnotationStoreResponse

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

#creation_timeTime

When the store was created.

Returns:

  • (Time)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The store's description.

Returns:

  • (String)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The store's ID.

Returns:

  • (String)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The store's name.

Returns:

  • (String)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#referenceTypes::ReferenceItem

The store's genome reference.



6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The store's status.

Returns:

  • (String)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#store_formatString

The annotation file format of the store.

Returns:

  • (String)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#store_optionsTypes::StoreOptions

Parsing options for the store.

Returns:



6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

When the store was updated.

Returns:

  • (Time)


6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6223

class UpdateAnnotationStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :store_options,
  :store_format)
  SENSITIVE = []
  include Aws::Structure
end