Class: Aws::AlexaForBusiness::Types::SearchContactsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contactsArray<Types::ContactData>

The contacts that meet the specified set of filter criteria, in sort order.

Returns:



3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3056

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  include Aws::Structure
end

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3056

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  include Aws::Structure
end

#total_countInteger

The total number of contacts returned.

Returns:

  • (Integer)


3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3056

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  include Aws::Structure
end