Class: Aws::AlexaForBusiness::Types::SearchContactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchContactsResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4735 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.
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4735 class SearchContactsResponse < Struct.new( :contacts, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of contacts returned.
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4735 class SearchContactsResponse < Struct.new( :contacts, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |