Class: Aws::CustomerProfiles::Types::ListProfileHistoryRecordsResponse

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


6266
6267
6268
6269
6270
6271
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6266

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

#profile_history_recordsArray<Types::ProfileHistoryRecord>

The list of profile history records.

Returns:



6266
6267
6268
6269
6270
6271
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6266

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