Class: Aws::Drs::Types::DescribeJobLogItemsRequest

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

#job_idString

The ID of the Job for which Job log items will be retrieved.

Returns:

  • (String)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 665

class DescribeJobLogItemsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of Job log items to retrieve.

Returns:

  • (Integer)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 665

class DescribeJobLogItemsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token of the next Job log items to retrieve.

Returns:

  • (String)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 665

class DescribeJobLogItemsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end