Class: Aws::Omics::Types::UpdateVariantStoreResponse

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

When the store was created.

Returns:

  • (Time)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#descriptionString

The store’s description.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#idString

The store’s ID.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#nameString

The store’s name.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#referenceTypes::ReferenceItem

The store’s genome reference.



7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#statusString

The store’s status.

Returns:

  • (String)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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

#update_timeTime

When the store was updated.

Returns:

  • (Time)


7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
# File 'lib/aws-sdk-omics/types.rb', line 7157

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