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

#jobs::Array[Types::ExportJobSummary]

Returns the value of attribute jobs.

Returns:



2803
2804
2805
# File 'sig/types.rbs', line 2803

def jobs
  @jobs
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2804
2805
2806
# File 'sig/types.rbs', line 2804

def next_token
  @next_token
end