Class: Aws::QuickSight::Types::ListRefreshSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListRefreshSchedulesResponse
- Includes:
- Structure
- Defined in:
- 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.
22557 22558 22559 22560 22561 22562 22563 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22557 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.
22557 22558 22559 22560 22561 22562 22563 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22557 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22557 22558 22559 22560 22561 22562 22563 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22557 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |