Class: Aws::ChimeSDKVoice::Types::ListVoiceProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results in the request.

Returns:

  • (Integer)


1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-chimesdkvoice/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_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-chimesdkvoice/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_idString

The ID of the voice profile domain.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-chimesdkvoice/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