Method: Aws::QuickSight::Types::StartDashboardSnapshotJobScheduleRequest#schedule_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#schedule_id ⇒ String
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.
31504 31505 31506 31507 31508 31509 31510 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31504 class StartDashboardSnapshotJobScheduleRequest < Struct.new( :aws_account_id, :dashboard_id, :schedule_id) SENSITIVE = [] include Aws::Structure end |