Class: Aws::QuickSight::Types::DeleteRefreshScheduleRequest

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_idString

The Amazon Web Services account ID.

Returns:

  • (String)


10070
10071
10072
10073
10074
10075
10076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10070

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


10070
10071
10072
10073
10074
10075
10076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10070

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

#schedule_idString

The ID of the refresh schedule.

Returns:

  • (String)


10070
10071
10072
10073
10074
10075
10076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10070

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