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_arn ⇒ String

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)


47245
47246
47247
47248
47249
47250
47251
47252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47245

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.

Returns:

  • (String)


47245
47246
47247
47248
47249
47250
47251
47252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47245

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.

Returns:

  • (String)


47245
47246
47247
47248
47249
47250
47251
47252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47245

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.



47245
47246
47247
47248
47249
47250
47251
47252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47245

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