Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesRequest

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3389

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

#next_tokenString

The pagination token from the previous ListObjectTypeTemplates API call.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3389

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