Class: Aws::Types::StartVoiceToneAnalysisTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartVoiceToneAnalysisTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def client_request_token @client_request_token end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def language_code @language_code end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def transaction_id @transaction_id end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def voice_connector_id @voice_connector_id end |