Class: Aws::Connect::Types::SearchEmailAddressesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The total number of email addresses which matched your search query.

Returns:

  • (Integer)


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_addressesArray<Types::EmailAddressMetadata>

List of email addresses matching SearchFilter and SearchCriteria

Returns:



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_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


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