Class: Aws::QuickSight::Types::TopicRefreshScheduleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicRefreshScheduleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A summary of the refresh schedule details for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
-
#dataset_id ⇒ String
The ID of the dataset.
-
#dataset_name ⇒ String
The name of the dataset.
-
#refresh_schedule ⇒ Types::TopicRefreshSchedule
The definition of a refresh schedule.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
31188 31189 31190 31191 31192 31193 31194 31195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31188 class TopicRefreshScheduleSummary < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :refresh_schedule) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The ID of the dataset.
31188 31189 31190 31191 31192 31193 31194 31195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31188 class TopicRefreshScheduleSummary < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :refresh_schedule) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset.
31188 31189 31190 31191 31192 31193 31194 31195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31188 class TopicRefreshScheduleSummary < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :refresh_schedule) SENSITIVE = [] include Aws::Structure end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
The definition of a refresh schedule.
31188 31189 31190 31191 31192 31193 31194 31195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31188 class TopicRefreshScheduleSummary < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :refresh_schedule) SENSITIVE = [] include Aws::Structure end |