Class: Aws::DataExchange::Types::ListDataSetRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataSetRevisionsResponse
- Includes:
- Structure
- Defined in:
- 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>
The asset objects listed by the request.
Instance Attribute Details
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2756 2757 2758 2759 2760 2761 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2756 class ListDataSetRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::RevisionEntry>
The asset objects listed by the request.
2756 2757 2758 2759 2760 2761 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2756 class ListDataSetRevisionsResponse < Struct.new( :next_token, :revisions) SENSITIVE = [] include Aws::Structure end |