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.
4924 4925 4926 |
# File 'sig/types.rbs', line 4924 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4923 4924 4925 |
# File 'sig/types.rbs', line 4923 def instance_id @instance_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def next_token @next_token end |