Class: Aws::AlexaForBusiness::Types::ListConferenceProvidersResponse

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

#conference_providersArray<Types::ConferenceProvider>

The conference providers.

Returns:



2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2645

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

#next_tokenString

The tokens used for pagination.

Returns:

  • (String)


2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2645

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