Class: Aws::AlexaForBusiness::Types::SearchContactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchContactsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contacts ⇒ Array<Types::ContactData>
The contacts that meet the specified set of filter criteria, in sort order.
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#total_count ⇒ Integer
The total number of contacts returned.
Instance Attribute Details
#contacts ⇒ Array<Types::ContactData>
The contacts that meet the specified set of filter criteria, in sort order.
3905 3906 3907 3908 3909 3910 3911 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3905 class SearchContactsResponse < Struct.new( :contacts, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned to indicate that there is more data available.
3905 3906 3907 3908 3909 3910 3911 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3905 class SearchContactsResponse < Struct.new( :contacts, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of contacts returned.
3905 3906 3907 3908 3909 3910 3911 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3905 class SearchContactsResponse < Struct.new( :contacts, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |