Class: Aws::Types::ListImportJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobs::Array[Types::ImportJobSummary]

Returns the value of attribute import_jobs.

Returns:



1297
1298
1299
# File 'sig/types.rbs', line 1297

def import_jobs
  @import_jobs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def next_token
  @next_token
end