Class: Aws::Types::DescribeJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ ::Array[Types::Job]

Returns the value of attribute items.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def items
  @items
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def next_token
  @next_token
end