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.
22738 22739 22740 22741 22742 22743 22744 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22738 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.
22738 22739 22740 22741 22742 22743 22744 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22738 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22738 22739 22740 22741 22742 22743 22744 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22738 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |