Class: Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_report_schedules ⇒ Array<Types::BusinessReportSchedule>
The schedule of the reports.
-
#next_token ⇒ String
The token used to list the remaining schedules from the previous API call.
Instance Attribute Details
#business_report_schedules ⇒ Array<Types::BusinessReportSchedule>
The schedule of the reports.
2595 2596 2597 2598 2599 2600 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2595 class ListBusinessReportSchedulesResponse < Struct.new( :business_report_schedules, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to list the remaining schedules from the previous API call.
2595 2596 2597 2598 2599 2600 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2595 class ListBusinessReportSchedulesResponse < Struct.new( :business_report_schedules, :next_token) SENSITIVE = [] include Aws::Structure end |