Class: Aws::AlexaForBusiness::Types::ListConferenceProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListConferenceProvidersResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conference_providers ⇒ Array<Types::ConferenceProvider>
The conference providers.
-
#next_token ⇒ String
The tokens used for pagination.
Instance Attribute Details
#conference_providers ⇒ Array<Types::ConferenceProvider>
The conference providers.
2630 2631 2632 2633 2634 2635 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2630 class ListConferenceProvidersResponse < Struct.new( :conference_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The tokens used for pagination.
2630 2631 2632 2633 2634 2635 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2630 class ListConferenceProvidersResponse < Struct.new( :conference_providers, :next_token) SENSITIVE = [] include Aws::Structure end |