Class: Aws::CustomerProfiles::Types::GetMatchesRequest

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3270
3271
3272
3273
3274
3275
3276
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3270

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


3270
3271
3272
3273
3274
3275
3276
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3270

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

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


3270
3271
3272
3273
3274
3275
3276
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3270

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