Class: Aws::QuickSight::Types::ListRefreshSchedulesRequest

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)


20100
20101
20102
20103
20104
20105
# File 'lib/aws-sdk-quicksight/types.rb', line 20100

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


20100
20101
20102
20103
20104
20105
# File 'lib/aws-sdk-quicksight/types.rb', line 20100

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