Class: Aws::QuickSight::Types::UpdateRefreshScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateRefreshScheduleRequest
- Includes:
- Structure
- Defined in:
- 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 ⇒ Types::RefreshSchedule
The refresh schedule.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
33182 33183 33184 33185 33186 33187 33188 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33182 class UpdateRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
33182 33183 33184 33185 33186 33187 33188 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33182 class UpdateRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::RefreshSchedule
The refresh schedule.
33182 33183 33184 33185 33186 33187 33188 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33182 class UpdateRefreshScheduleRequest < Struct.new( :data_set_id, :aws_account_id, :schedule) SENSITIVE = [] include Aws::Structure end |