Class: Aws::ChimeSDKVoice::Types::ListVoiceProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results in the request.
-
#next_token ⇒ String
The token used to retrieve the next page of results.
-
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results in the request.
1939 1940 1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1939 class ListVoiceProfilesRequest < Struct.new( :voice_profile_domain_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next page of results.
1939 1940 1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1939 class ListVoiceProfilesRequest < Struct.new( :voice_profile_domain_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain.
1939 1940 1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1939 class ListVoiceProfilesRequest < Struct.new( :voice_profile_domain_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |