Class: Aws::AlexaForBusiness::Types::ListConferenceProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListConferenceProvidersRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass ListConferenceProvidersRequest 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 conference providers to be returned, per paginated calls.
-
#next_token ⇒ String
The tokens used for pagination.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of conference providers to be returned, per paginated calls.
3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3245 class ListConferenceProvidersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The tokens used for pagination.
3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3245 class ListConferenceProvidersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |