Class: Aws::Types::StartSpeakerSearchTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSpeakerSearchTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_leg ⇒ "Caller", "Callee"
Returns the value of attribute call_leg.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
-
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
Instance Attribute Details
#call_leg ⇒ "Caller", "Callee"
Returns the value of attribute call_leg.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def call_leg @call_leg end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def client_request_token @client_request_token end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def transaction_id @transaction_id end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def voice_connector_id @voice_connector_id end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def voice_profile_domain_id @voice_profile_domain_id end |