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.
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_results ⇒ Integer
The maximum number of objects to return.
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_filter ⇒ String
Filter dataset name matching the specified pattern. Can use * and % as wild cards.
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_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.
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 |
#prefix ⇒ String
The prefix of the data set name, which you can use to filter the list of data sets.
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 |