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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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:



2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2361

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)


2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2361

class ListDataSetsResponse < Struct.new(
  :data_sets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end