Class: Aws::QuickSight::Types::ListRefreshSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListRefreshSchedulesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_schedules ⇒ Array<Types::RefreshSchedule>
The list of refresh schedules for the dataset.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#refresh_schedules ⇒ Array<Types::RefreshSchedule>
The list of refresh schedules for the dataset.
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_id ⇒ String
The Amazon Web Services request ID for this operation.
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 |
#status ⇒ Integer
The HTTP status of the request.
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 |