Class: Aws::Omics::Types::ListAnnotationStoreVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListAnnotationStoreVersionsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_store_versions ⇒ Array<Types::AnnotationStoreVersionItem>
Lists all versions of an annotation store.
-
#next_token ⇒ String
Specifies the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#annotation_store_versions ⇒ Array<Types::AnnotationStoreVersionItem>
Lists all versions of an annotation store.
4266 4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4266 class ListAnnotationStoreVersionsResponse < Struct.new( :annotation_store_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies the pagination token from a previous request to retrieve the next page of results.
4266 4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4266 class ListAnnotationStoreVersionsResponse < Struct.new( :annotation_store_versions, :next_token) SENSITIVE = [] include Aws::Structure end |