Class: Aws::Types::ListVoiceProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVoiceProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
718 719 720 |
# File 'sig/types.rbs', line 718 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
717 718 719 |
# File 'sig/types.rbs', line 717 def next_token @next_token end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
716 717 718 |
# File 'sig/types.rbs', line 716 def voice_profile_domain_id @voice_profile_domain_id end |