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 ‘MatchIds` returned per page.
-
#next_token ⇒ String
The pagination token from the previous ‘ListRuleBasedMatches` API call.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
5715 5716 5717 5718 5719 5720 5721 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5715 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.
5715 5716 5717 5718 5719 5720 5721 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5715 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.
5715 5716 5717 5718 5719 5720 5721 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5715 class ListRuleBasedMatchesRequest < Struct.new( :next_token, :max_results, :domain_name) SENSITIVE = [] include Aws::Structure end |