Class: Aws::Drs::Types::DescribeJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Job>

An array of Jobs.

Returns:



747
748
749
750
751
752
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 747

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

#next_tokenString

The token of the next Job to retrieve.

Returns:

  • (String)


747
748
749
750
751
752
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 747

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