You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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:

  • (Array<Types::AddressBookData>)

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

#next_tokenString

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

Returns:

  • (String)

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

#total_countInteger

The total number of address books returned.

Returns:

  • (Integer)

    The total number of address books returned.