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.
2031 2032 2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2031 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.
2031 2032 2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2031 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.
2031 2032 2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2031 class ListVoiceProfilesRequest < Struct.new( :voice_profile_domain_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |