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)


2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2024

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.



2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2024

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