Class: Aws::Types::ListCasesForContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCasesForContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
802 803 804 |
# File 'sig/types.rbs', line 802 def contact_arn @contact_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
801 802 803 |
# File 'sig/types.rbs', line 801 def domain_id @domain_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
803 804 805 |
# File 'sig/types.rbs', line 803 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
804 805 806 |
# File 'sig/types.rbs', line 804 def next_token @next_token end |