Class: Aws::Omics::Types::GetAnnotationStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationStoreResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#num_versions ⇒ Integer
An integer indicating how many versions of an annotation store exist.
-
#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
A status message.
-
#store_arn ⇒ String
The store’s ARN.
-
#store_format ⇒ String
The store’s annotation file format.
-
#store_options ⇒ Types::StoreOptions
The store’s parsing options.
-
#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.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#num_versions ⇒ Integer
An integer indicating how many versions of an annotation store exist.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A status message.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#store_arn ⇒ String
The store’s ARN.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#store_format ⇒ String
The store’s annotation file format.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#store_options ⇒ Types::StoreOptions
The store’s parsing options.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#store_size_bytes ⇒ Integer
The store’s size in bytes.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The store’s tags.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the store was updated.
2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-omics/types.rb', line 2003 class GetAnnotationStoreResponse < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :tags, :store_options, :store_format, :status_message, :store_size_bytes, :num_versions) SENSITIVE = [] include Aws::Structure end |