Class: Aws::Types::ListContactListsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactListsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_lists ⇒ ::Array[Types::ContactList]
Returns the value of attribute contact_lists.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_lists ⇒ ::Array[Types::ContactList]
Returns the value of attribute contact_lists.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def contact_lists @contact_lists end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def next_token @next_token end |