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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2352

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)


2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2352

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)


2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2352

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)


2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2352

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)


2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2352

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