Class: Aws::QuickSight::Types::DeleteRefreshScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteRefreshScheduleRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#data_set_id ⇒ String
The ID of the dataset.
-
#schedule_id ⇒ String
The ID of the refresh schedule.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
11658 11659 11660 11661 11662 11663 11664 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11658 class DeleteRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
11658 11659 11660 11661 11662 11663 11664 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11658 class DeleteRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule_id) SENSITIVE = [] include Aws::Structure end |
#schedule_id ⇒ String
The ID of the refresh schedule.
11658 11659 11660 11661 11662 11663 11664 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11658 class DeleteRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule_id) SENSITIVE = [] include Aws::Structure end |