Class: Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of schedules listed in the call.

Returns:

  • (Integer)


2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2592

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

#next_tokenString

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

Returns:

  • (String)


2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2592

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