Method: Aws::QuickSight::Types::StartDashboardSnapshotJobScheduleRequest#aws_account_id

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

#aws_account_idString

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

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