Class: Aws::AlexaForBusiness::Types::SearchAddressBooksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchAddressBooksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_books ⇒ Array<Types::AddressBookData>
The address books 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 address books returned.
Instance Attribute Details
#address_books ⇒ Array<Types::AddressBookData>
The address books that meet the specified set of filter criteria, in sort order.
3846 3847 3848 3849 3850 3851 3852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3846 class SearchAddressBooksResponse < Struct.new( :address_books, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned to indicate that there is more data available.
3846 3847 3848 3849 3850 3851 3852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3846 class SearchAddressBooksResponse < Struct.new( :address_books, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of address books returned.
3846 3847 3848 3849 3850 3851 3852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3846 class SearchAddressBooksResponse < Struct.new( :address_books, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |