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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/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:



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_tokenString

The tokens used for pagination.

Returns:

  • (String)


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