Class: Aws::ChimeSDKVoice::Types::ListVoiceProfileDomainsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1918

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

#voice_profile_domainsArray<Types::VoiceProfileDomainSummary>

The list of voice profile domains.



1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1918

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