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.
21304 21305 21306 21307 21308 21309 21310 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21304 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.
21304 21305 21306 21307 21308 21309 21310 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21304 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21304 21305 21306 21307 21308 21309 21310 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21304 class ListRefreshSchedulesResponse < Struct.new( :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |