Class: Aws::CustomerProfiles::Types::ListRuleBasedMatchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListRuleBasedMatchesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match_ids ⇒ Array<String>
The list of
MatchIdsfor the given domain. -
#next_token ⇒ String
The pagination token from the previous
ListRuleBasedMatchesAPI call.
Instance Attribute Details
#match_ids ⇒ Array<String>
The list of MatchIds for the given domain.
7517 7518 7519 7520 7521 7522 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7517 class ListRuleBasedMatchesResponse < Struct.new( :match_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListRuleBasedMatches API
call.
7517 7518 7519 7520 7521 7522 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7517 class ListRuleBasedMatchesResponse < Struct.new( :match_ids, :next_token) SENSITIVE = [] include Aws::Structure end |