Method: Aws::QuickSight::Types::StartDashboardSnapshotJobScheduleRequest#aws_account_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
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 |