Class: Aws::CustomerProfiles::Types::ListProfileHistoryRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileHistoryRecordsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#profile_history_records ⇒ Array<Types::ProfileHistoryRecord>
The list of profile history records.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
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_records ⇒ Array<Types::ProfileHistoryRecord>
The list of profile history records.
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 |