Class: Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_report_schedulesArray<Types::BusinessReportSchedule>

The schedule of the reports.

Returns:



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_tokenString

The token used to list the remaining schedules from the previous API call.

Returns:

  • (String)


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