Class: Aws::Connect::Types::SearchEmailAddressesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchEmailAddressesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of email addresses which matched your search query.
-
#email_addresses ⇒ Array<Types::EmailAddressMetadata>
List of email addresses matching SearchFilter and SearchCriteria.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of email addresses which matched your search query.
19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19815 class SearchEmailAddressesResponse < Struct.new( :next_token, :email_addresses, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#email_addresses ⇒ Array<Types::EmailAddressMetadata>
List of email addresses matching SearchFilter and SearchCriteria
19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19815 class SearchEmailAddressesResponse < Struct.new( :next_token, :email_addresses, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
19815 19816 19817 19818 19819 19820 19821 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19815 class SearchEmailAddressesResponse < Struct.new( :next_token, :email_addresses, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |