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

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

#creation_timeTime

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

Returns:

  • (Time)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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)


6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
# File 'lib/aws-sdk-omics/types.rb', line 6374

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