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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_idsArray<String>

The list of MatchIds for the given domain.

Returns:

  • (Array<String>)


3567
3568
3569
3570
3571
3572
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3567

class ListRuleBasedMatchesResponse < Struct.new(
  :match_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous ListRuleBasedMatches API call.

Returns:

  • (String)


3567
3568
3569
3570
3571
3572
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3567

class ListRuleBasedMatchesResponse < Struct.new(
  :match_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end