Class: Aws::DataExchange::Types::ListDataSetRevisionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:



2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-dataexchange/types.rb', line 2814

class ListDataSetRevisionsResponse < Struct.new(
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#revisionsArray<Types::RevisionEntry>

The asset objects listed by the request.

Returns:



2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-dataexchange/types.rb', line 2814

class ListDataSetRevisionsResponse < Struct.new(
  :next_token,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end