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.
4785 4786 4787 |
# File 'sig/types.rbs', line 4785 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def instance_id @instance_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4786 4787 4788 |
# File 'sig/types.rbs', line 4786 def next_token @next_token end |