Method: Aws::QuickSight::Types::StartDashboardSnapshotJobScheduleRequest#dashboard_id

Defined in:
lib/aws-sdk-quicksight/types.rb

#dashboard_idString

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

Returns:

  • (String)


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