Class: Aws::Types::ListContactEvaluationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactEvaluationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
4843 4844 4845 |
# File 'sig/types.rbs', line 4843 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4842 4843 4844 |
# File 'sig/types.rbs', line 4842 def instance_id @instance_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4844 4845 4846 |
# File 'sig/types.rbs', line 4844 def next_token @next_token end |