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:



18885
18886
18887
18888
18889
18890
18891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18885

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)


18885
18886
18887
18888
18889
18890
18891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18885

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


18885
18886
18887
18888
18889
18890
18891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18885

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