Class: Aws::ChimeSDKVoice::Types::ListVoiceProfileDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceProfileDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to return the next page of results.
-
#voice_profile_domains ⇒ Array<Types::VoiceProfileDomainSummary>
The list of voice profile domains.
Instance Attribute Details
#next_token ⇒ String
The token used to return the next page of results.
1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1918 class ListVoiceProfileDomainsResponse < Struct.new( :voice_profile_domains, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_profile_domains ⇒ Array<Types::VoiceProfileDomainSummary>
The list of voice profile domains.
1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1918 class ListVoiceProfileDomainsResponse < Struct.new( :voice_profile_domains, :next_token) SENSITIVE = [] include Aws::Structure end |