Class: Aws::CustomerProfiles::Types::ListRuleBasedMatchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListRuleBasedMatchesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6611 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.
6611 6612 6613 6614 6615 6616 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6611 class ListRuleBasedMatchesResponse < Struct.new( :match_ids, :next_token) SENSITIVE = [] include Aws::Structure end |