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.
3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3196 class ListConferenceProvidersResponse < Struct.new( :conference_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The tokens used for pagination.
3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3196 class ListConferenceProvidersResponse < Struct.new( :conference_providers, :next_token) SENSITIVE = [] include Aws::Structure end |