Class: Aws::QuickSight::Types::CreateRefreshScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The Amazon Web Services account ID.

Returns:

  • (String)


11631
11632
11633
11634
11635
11636
11637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11631

class CreateRefreshScheduleRequest < Struct.new(
  :data_set_id,
  :aws_account_id,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_id ⇒ String

The ID of the dataset.

Returns:

  • (String)


11631
11632
11633
11634
11635
11636
11637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11631

class CreateRefreshScheduleRequest < Struct.new(
  :data_set_id,
  :aws_account_id,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end

#schedule ⇒ Types::RefreshSchedule

The refresh schedule.



11631
11632
11633
11634
11635
11636
11637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11631

class CreateRefreshScheduleRequest < Struct.new(
  :data_set_id,
  :aws_account_id,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end