Class: Aws::Types::ListDatasetExportJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_export_jobs ⇒ ::Array[Types::DatasetExportJobSummary]

Returns the value of attribute dataset_export_jobs.

Returns:



1016
1017
1018
# File 'sig/types.rbs', line 1016

def dataset_export_jobs
  @dataset_export_jobs
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def next_token
  @next_token
end