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.
1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1957 class ListVoiceProfilesResponse < Struct.new( :voice_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#voice_profiles ⇒ Array<Types::VoiceProfileSummary>
The list of voice profiles.
1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1957 class ListVoiceProfilesResponse < Struct.new( :voice_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |