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

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

#refresh_schedulesArray<Types::RefreshSchedule>

The list of refresh schedules for the dataset.

Returns:



24971
24972
24973
24974
24975
24976
24977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24971

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)


24971
24972
24973
24974
24975
24976
24977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24971

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


24971
24972
24973
24974
24975
24976
24977
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24971

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