Class: Aws::CustomerProfiles::Types::ListRuleBasedMatchesRequest

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3548

class ListRuleBasedMatchesRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of MatchIds returned per page.

Returns:

  • (Integer)


3548
3549
3550
3551
3552
3553
3554
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3548

class ListRuleBasedMatchesRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous ListRuleBasedMatches API call.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3548

class ListRuleBasedMatchesRequest < Struct.new(
  :next_token,
  :max_results,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end