Class: Aws::QuickSight::Types::DescribeAutomationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:input_payload, :output_payload]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the automation job.

Returns:

  • (String)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#created_atTime

The time that the automation job was created.

Returns:

  • (Time)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#ended_atTime

The time that the automation job finished running.

Returns:

  • (Time)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#input_payloadString

The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.

Returns:

  • (String)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#job_statusString

The current status of the automation job.

Returns:

  • (String)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#output_payloadString

The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.

Returns:

  • (String)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end

#started_atTime

The time that the automation job started running.

Returns:

  • (Time)


15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15821

class DescribeAutomationJobResponse < Struct.new(
  :arn,
  :created_at,
  :started_at,
  :ended_at,
  :job_status,
  :input_payload,
  :output_payload,
  :request_id)
  SENSITIVE = [:input_payload, :output_payload]
  include Aws::Structure
end