Class: Aws::Types::ListVoiceProfilesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def next_token
  @next_token
end

#voice_profiles::Array[Types::VoiceProfileSummary]

Returns the value of attribute voice_profiles.

Returns:



723
724
725
# File 'sig/types.rbs', line 723

def voice_profiles
  @voice_profiles
end