Class: Aws::ChimeSDKVoice::Types::ListVoiceProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceProfilesResponse
- 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 retrieve the next page of results.
-
#voice_profiles ⇒ Array<Types::VoiceProfileSummary>
The list of voice profiles.
Instance Attribute Details
#next_token ⇒ String
The token used to retrieve the next page of results.
2049 2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2049 class ListVoiceProfilesResponse < Struct.new( :voice_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_profiles ⇒ Array<Types::VoiceProfileSummary>
The list of voice profiles.
2049 2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2049 class ListVoiceProfilesResponse < Struct.new( :voice_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |