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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-chimesdkvoice/types.rb', line 2024

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