Class: Aws::QuickSight::Types::StartAutomationJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:input_payload]

Instance Attribute Summary collapse

Instance Attribute Details

#automation_group_id ⇒ String

The ID of the automation group that contains the automation to run.

Returns:

  • (String)


43503
43504
43505
43506
43507
43508
43509
43510
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43503

class StartAutomationJobRequest < Struct.new(
  :aws_account_id,
  :automation_group_id,
  :automation_id,
  :input_payload)
  SENSITIVE = [:input_payload]
  include Aws::Structure
end

#automation_id ⇒ String

The ID of the automation to run.

Returns:

  • (String)


43503
43504
43505
43506
43507
43508
43509
43510
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43503

class StartAutomationJobRequest < Struct.new(
  :aws_account_id,
  :automation_group_id,
  :automation_id,
  :input_payload)
  SENSITIVE = [:input_payload]
  include Aws::Structure
end

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the automation.

Returns:

  • (String)


43503
43504
43505
43506
43507
43508
43509
43510
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43503

class StartAutomationJobRequest < Struct.new(
  :aws_account_id,
  :automation_group_id,
  :automation_id,
  :input_payload)
  SENSITIVE = [:input_payload]
  include Aws::Structure
end

#input_payload ⇒ String

The input payload for the automation job, provided as a JSON string.

Returns:

  • (String)


43503
43504
43505
43506
43507
43508
43509
43510
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43503

class StartAutomationJobRequest < Struct.new(
  :aws_account_id,
  :automation_group_id,
  :automation_id,
  :input_payload)
  SENSITIVE = [:input_payload]
  include Aws::Structure
end