Class: Aws::QuickSight::Types::ListRefreshSchedulesResponse

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

#refresh_schedulesArray<Types::RefreshSchedule>

The list of refresh schedules for the dataset.

Returns:



20121
20122
20123
20124
20125
20126
20127
# File 'lib/aws-sdk-quicksight/types.rb', line 20121

class ListRefreshSchedulesResponse < Struct.new(
  :refresh_schedules,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


20121
20122
20123
20124
20125
20126
20127
# File 'lib/aws-sdk-quicksight/types.rb', line 20121

class ListRefreshSchedulesResponse < Struct.new(
  :refresh_schedules,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


20121
20122
20123
20124
20125
20126
20127
# File 'lib/aws-sdk-quicksight/types.rb', line 20121

class ListRefreshSchedulesResponse < Struct.new(
  :refresh_schedules,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end