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:



2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2610

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)


2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2610

class ListBusinessReportSchedulesResponse < Struct.new(
  :business_report_schedules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end