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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


2253
2254
2255
2256
2257
2258
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2253

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

#revisionsArray<Types::RevisionEntry>

The asset objects listed by the request.

Returns:



2253
2254
2255
2256
2257
2258
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2253

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