Class: Aws::Types::StartContactEvaluationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContactEvaluationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_evaluation_configuration ⇒ Types::AutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auto_evaluation_configuration ⇒ Types::AutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
7650 7651 7652 |
# File 'sig/types.rbs', line 7650 def auto_evaluation_configuration @auto_evaluation_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7651 7652 7653 |
# File 'sig/types.rbs', line 7651 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7648 7649 7650 |
# File 'sig/types.rbs', line 7648 def contact_id @contact_id end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
7649 7650 7651 |
# File 'sig/types.rbs', line 7649 def evaluation_form_id @evaluation_form_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7647 7648 7649 |
# File 'sig/types.rbs', line 7647 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7652 7653 7654 |
# File 'sig/types.rbs', line 7652 def @tags end |