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 ‘MatchIds` for the given domain.
-
#next_token ⇒ String
The pagination token from the previous ‘ListRuleBasedMatches` API call.
Instance Attribute Details
#match_ids ⇒ Array<String>
The list of ‘MatchIds` for the given domain.
4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4929 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.
4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4929 class ListRuleBasedMatchesResponse < Struct.new( :match_ids, :next_token) SENSITIVE = [] include Aws::Structure end |