Class: Aws::ChimeSDKVoice::Types::ListVoiceProfilesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


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_profilesArray<Types::VoiceProfileSummary>

The list of voice profiles.

Returns:



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