Class: Aws::QuickSight::Types::StartAutomationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


36772
36773
36774
36775
36776
36777
36778
36779
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772

class StartAutomationJobResponse < Struct.new(
  :arn,
  :job_id,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the automation job that was started.

Returns:

  • (String)


36772
36773
36774
36775
36776
36777
36778
36779
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772

class StartAutomationJobResponse < Struct.new(
  :arn,
  :job_id,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


36772
36773
36774
36775
36776
36777
36778
36779
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772

class StartAutomationJobResponse < Struct.new(
  :arn,
  :job_id,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


36772
36773
36774
36775
36776
36777
36778
36779
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772

class StartAutomationJobResponse < Struct.new(
  :arn,
  :job_id,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end