Class: Aws::DataExchange::Types::ListDataSetRevisionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataSetRevisionsRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Note:
When making an API call, you may pass ListDataSetRevisionsRequest data as a hash:
{
data_set_id: "__string", # required
max_results: 1,
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#data_set_id ⇒ String
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2215 class ListDataSetRevisionsRequest < Struct.new( :data_set_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2215 class ListDataSetRevisionsRequest < Struct.new( :data_set_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2215 class ListDataSetRevisionsRequest < Struct.new( :data_set_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |