Class: Aws::MainframeModernization::Types::ListDataSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListDataSetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application for which you want to list the associated data sets.
-
#max_results ⇒ Integer
The maximum number of objects to return.
-
#name_filter ⇒ String
Filter dataset name matching the specified pattern.
-
#next_token ⇒ String
A pagination token returned from a previous call to this operation.
-
#prefix ⇒ String
The prefix of the data set name, which you can use to filter the list of data sets.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application for which you want to list the associated data sets.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2367 class ListDataSetsRequest < Struct.new( :application_id, :max_results, :name_filter, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects to return.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2367 class ListDataSetsRequest < Struct.new( :application_id, :max_results, :name_filter, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#name_filter ⇒ String
Filter dataset name matching the specified pattern. Can use * and % as wild cards.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2367 class ListDataSetsRequest < Struct.new( :application_id, :max_results, :name_filter, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2367 class ListDataSetsRequest < Struct.new( :application_id, :max_results, :name_filter, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix of the data set name, which you can use to filter the list of data sets.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2367 class ListDataSetsRequest < Struct.new( :application_id, :max_results, :name_filter, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |