Class: Aws::QuickSight::Types::DescribeRefreshScheduleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


12932
12933
12934
12935
12936
12937
12938
# File 'lib/aws-sdk-quicksight/types.rb', line 12932

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


12932
12933
12934
12935
12936
12937
12938
# File 'lib/aws-sdk-quicksight/types.rb', line 12932

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

#schedule_idString

The ID of the refresh schedule.

Returns:

  • (String)


12932
12933
12934
12935
12936
12937
12938
# File 'lib/aws-sdk-quicksight/types.rb', line 12932

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