Class: Aws::MainframeModernization::Types::ListDataSetsResponse

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

#data_setsArray<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.

Returns:



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_tokenString

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.

Returns:

  • (String)


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