Class: Aws::Types::ListContactsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list ⇒ ::Array[Types::ContactData]
Returns the value of attribute contact_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_list ⇒ ::Array[Types::ContactData]
Returns the value of attribute contact_list.
846 847 848 |
# File 'sig/types.rbs', line 846 def contact_list @contact_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
845 846 847 |
# File 'sig/types.rbs', line 845 def next_token @next_token end |