Class: Aws::Types::SearchContactsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchContactsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contacts ⇒ ::Array[Types::ContactSearchSummary]
Returns the value of attribute contacts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#contacts ⇒ ::Array[Types::ContactSearchSummary]
Returns the value of attribute contacts.
6995 6996 6997 |
# File 'sig/types.rbs', line 6995 def contacts @contacts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6996 6997 6998 |
# File 'sig/types.rbs', line 6996 def next_token @next_token end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
6997 6998 6999 |
# File 'sig/types.rbs', line 6997 def total_count @total_count end |