Class: Aws::QuickSight::Types::ListRefreshSchedulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListRefreshSchedulesRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
27029 27030 27031 27032 27033 27034 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27029 class ListRefreshSchedulesRequest < Struct.new( :aws_account_id, :data_set_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
27029 27030 27031 27032 27033 27034 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27029 class ListRefreshSchedulesRequest < Struct.new( :aws_account_id, :data_set_id) SENSITIVE = [] include Aws::Structure end |