Class: Aws::QuickSight::Types::StartDashboardSnapshotJobScheduleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.

Returns:

  • (String)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-quicksight/types.rb', line 30748

class StartDashboardSnapshotJobScheduleRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :schedule_id)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID of the dashboard that you want to start a snapshot job schedule for.

Returns:

  • (String)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-quicksight/types.rb', line 30748

class StartDashboardSnapshotJobScheduleRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :schedule_id)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_idString

The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon QuickSight console in the Schedules pane of the dashboard that the schedule is configured for.

Returns:

  • (String)


30748
30749
30750
30751
30752
30753
30754
# File 'lib/aws-sdk-quicksight/types.rb', line 30748

class StartDashboardSnapshotJobScheduleRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :schedule_id)
  SENSITIVE = []
  include Aws::Structure
end