Class: Aws::DataExchange::Types::ListDataSetRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataSetRevisionsResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
-
#revisions ⇒ Array<Types::RevisionEntry>
Instance Attribute Details
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2233 2234 2235 2236 2237 2238 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2233 class ListDataSetRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::RevisionEntry>
2233 2234 2235 2236 2237 2238 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2233 class ListDataSetRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |