Class: Aws::AlexaForBusiness::Types::SearchAddressBooksResponse

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

#address_booksArray<Types::AddressBookData>

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

Returns:



3846
3847
3848
3849
3850
3851
3852
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3846

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

#next_tokenString

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

Returns:

  • (String)


3846
3847
3848
3849
3850
3851
3852
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3846

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

#total_countInteger

The total number of address books returned.

Returns:

  • (Integer)


3846
3847
3848
3849
3850
3851
3852
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3846

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