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.
3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3599 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.
3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3599 class ListAnnotationStoreVersionsResponse < Struct.new( :annotation_store_versions, :next_token) SENSITIVE = [] include Aws::Structure end |