Class: Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListBusinessReportSchedulesRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass ListBusinessReportSchedulesRequest data as a hash:
{
next_token: "NextToken",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of schedules listed in the call.
-
#next_token ⇒ String
The token used to list the remaining schedules from the previous API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of schedules listed in the call.
3201 3202 3203 3204 3205 3206 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3201 class ListBusinessReportSchedulesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to list the remaining schedules from the previous API call.
3201 3202 3203 3204 3205 3206 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3201 class ListBusinessReportSchedulesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |