Class: Aws::MainframeModernization::Types::ListDataSetImportHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application.

Returns:

  • (String)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2283

class ListDataSetImportHistoryRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects to return.

Returns:

  • (Integer)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2283

class ListDataSetImportHistoryRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Returns:

  • (String)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2283

class ListDataSetImportHistoryRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end