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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contactsArray<Types::ContactData>

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

Returns:



3905
3906
3907
3908
3909
3910
3911
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3905

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

#next_tokenString

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

Returns:

  • (String)


3905
3906
3907
3908
3909
3910
3911
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3905

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

#total_countInteger

The total number of contacts returned.

Returns:

  • (Integer)


3905
3906
3907
3908
3909
3910
3911
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3905

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