Class: Aws::CustomerProfiles::Types::ListRuleBasedMatchesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_ids ⇒ Array<String>

The list of MatchIds for the given domain.

Returns:

  • (Array<String>)


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.

Returns:

  • (String)


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