Class: Aws::CustomerProfiles::Types::GetSimilarProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSimilarProfilesRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#match_type ⇒ String
Specify the type of matching to get similar profiles for.
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous
GetSimilarProfiles
API call. -
#search_key ⇒ String
The string indicating the search key to be used.
-
#search_value ⇒ String
The string based on
SearchKey
to be searched for similar profiles.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
Specify the type of matching to get similar profiles for.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous GetSimilarProfiles
API
call.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |
#search_key ⇒ String
The string indicating the search key to be used.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |
#search_value ⇒ String
The string based on SearchKey
to be searched for similar profiles.
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2535 class GetSimilarProfilesRequest < Struct.new( :next_token, :max_results, :domain_name, :match_type, :search_key, :search_value) SENSITIVE = [] include Aws::Structure end |