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:

  • (String)


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

#revisionsArray<Types::RevisionEntry>

The asset objects listed by the request.

Returns:



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