Class: Aws::Omics::Types::GetVariantStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetVariantStoreResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the store was created.
-
#description ⇒ String
The store's description.
-
#id ⇒ String
The store's ID.
-
#name ⇒ String
The store's name.
-
#reference ⇒ Types::ReferenceItem
The store's genome reference.
-
#sse_config ⇒ Types::SseConfig
The store's server-side encryption (SSE) settings.
-
#status ⇒ String
The store's status.
-
#status_message ⇒ String
The store's status message.
-
#store_arn ⇒ String
The store's ARN.
-
#store_size_bytes ⇒ Integer
The store's size in bytes.
-
#tags ⇒ Hash<String,String>
The store's tags.
-
#update_time ⇒ Time
When the store was updated.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |
#description ⇒ String
The store's description.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |
#id ⇒ String
The store's ID.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |
#name ⇒ String
The store's name.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |
#reference ⇒ Types::ReferenceItem
The store's genome reference.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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_config ⇒ Types::SseConfig
The store's server-side encryption (SSE) settings.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 ⇒ String
The store's status.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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_message ⇒ String
The store's status message.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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_arn ⇒ String
The store's ARN.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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_bytes ⇒ Integer
The store's size in bytes.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |
#tags ⇒ Hash<String,String>
The store's tags.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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_time ⇒ Time
When the store was updated.
3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-omics/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 |