Class: Aws::Omics::Types::UpdateAnnotationStoreVersionResponse

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

The time stamp for when an annotation store version was created.

Returns:

  • (Time)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of an annotation store version.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The annotation store version ID.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of an annotation store.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an annotation store version.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#store_idString

The annotation store ID.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time stamp for when an annotation store version was updated.

Returns:

  • (Time)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of an annotation store version.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6346

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end