Class: Aws::MainframeModernization::Types::ListDataSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListDataSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sets ⇒ Array<Types::DataSetSummary>
The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.
-
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
Instance Attribute Details
#data_sets ⇒ Array<Types::DataSetSummary>
The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.
2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2675 class ListDataSetsResponse < Struct.new( :data_sets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2675 class ListDataSetsResponse < Struct.new( :data_sets, :next_token) SENSITIVE = [] include Aws::Structure end |