Class: Aws::QuickSight::Types::TopicRefreshScheduleSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)


29826
29827
29828
29829
29830
29831
29832
29833
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29826

class TopicRefreshScheduleSummary < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_name,
  :refresh_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_idString

The ID of the dataset.

Returns:

  • (String)


29826
29827
29828
29829
29830
29831
29832
29833
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29826

class TopicRefreshScheduleSummary < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_name,
  :refresh_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the dataset.

Returns:

  • (String)


29826
29827
29828
29829
29830
29831
29832
29833
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29826

class TopicRefreshScheduleSummary < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_name,
  :refresh_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_scheduleTypes::TopicRefreshSchedule

The definition of a refresh schedule.



29826
29827
29828
29829
29830
29831
29832
29833
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29826

class TopicRefreshScheduleSummary < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_name,
  :refresh_schedule)
  SENSITIVE = []
  include Aws::Structure
end