Class: Aws::Omics::Types::GetVariantStoreResponse

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)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The store’s description.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The store’s ID.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The store’s name.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#referenceTypes::ReferenceItem

The store’s genome reference.



3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

The store’s server-side encryption (SSE) settings.

Returns:



3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The store’s status.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The store’s status message.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#store_arnString

The store’s ARN.

Returns:

  • (String)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#store_size_bytesInteger

The store’s size in bytes.

Returns:

  • (Integer)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The store’s tags.

Returns:

  • (Hash<String,String>)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

When the store was updated.

Returns:

  • (Time)


3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
# File 'lib/aws-sdk-omics/types.rb', line 3091

class GetVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :store_arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :tags,
  :status_message,
  :store_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end