Class: Aws::MainframeModernization::Types::ListDataSetsRequest

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 for which you want to list the associated data sets.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2337

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

#max_resultsInteger

The maximum number of objects to return.

Returns:

  • (Integer)


2337
2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2337

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

#name_filterString

Filter dataset name matching the specified pattern. Can use * and % as wild cards.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2337

class ListDataSetsRequest < Struct.new(
  :application_id,
  :max_results,
  :name_filter,
  :next_token,
  :prefix)
  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)


2337
2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2337

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

#prefixString

The prefix of the data set name, which you can use to filter the list of data sets.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2337

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