Class: Aws::CustomerProfiles::Types::ListRuleBasedMatchesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListRuleBasedMatchesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#max_results ⇒ Integer
The maximum number of
MatchIdsreturned per page. -
#next_token ⇒ String
The pagination token from the previous
ListRuleBasedMatchesAPI call.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
7498 7499 7500 7501 7502 7503 7504 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7498 class ListRuleBasedMatchesRequest < Struct.new( :next_token, :max_results, :domain_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of MatchIds returned per page.
7498 7499 7500 7501 7502 7503 7504 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7498 class ListRuleBasedMatchesRequest < Struct.new( :next_token, :max_results, :domain_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListRuleBasedMatches API
call.
7498 7499 7500 7501 7502 7503 7504 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7498 class ListRuleBasedMatchesRequest < Struct.new( :next_token, :max_results, :domain_name) SENSITIVE = [] include Aws::Structure end |