Class: Aws::Mgn::Types::DescribeJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Job>

Request to describe Job log items.

Returns:



993
994
995
996
997
998
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 993

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

#next_tokenString

Request to describe Job response by next token.

Returns:

  • (String)


993
994
995
996
997
998
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 993

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