Class: Aws::Mgn::Types::DescribeJobLogItemsRequest

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

#account_idString

Request to describe Job log Account ID.

Returns:

  • (String)


906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 906

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

#job_idString

Request to describe Job log job ID.

Returns:

  • (String)


906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 906

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

#max_resultsInteger

Request to describe Job log item maximum results.

Returns:

  • (Integer)


906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 906

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

#next_tokenString

Request to describe Job log next token.

Returns:

  • (String)


906
907
908
909
910
911
912
913
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 906

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