Class: Aws::CustomerProfiles::Types::GetProfileHistoryRecordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileHistoryRecordResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:content]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action type of the profile history record.
-
#content ⇒ String
A string containing the customer profile, profile object, or profile key content.
-
#created_at ⇒ Time
The timestamp of when the profile history record was created.
-
#id ⇒ String
The unique identifier of the profile history record.
-
#last_updated_at ⇒ Time
The timestamp of when the profile history record was last updated.
-
#object_type_name ⇒ String
The name of the profile object type.
-
#performed_by ⇒ String
The Amazon Resource Name (ARN) of the person or service principal who performed the action.
-
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
Instance Attribute Details
#action_type ⇒ String
The action type of the profile history record.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#content ⇒ String
A string containing the customer profile, profile object, or profile key content.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the profile history record was created.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#id ⇒ String
The unique identifier of the profile history record.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the profile history record was last updated.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#object_type_name ⇒ String
The name of the profile object type.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#performed_by ⇒ String
The Amazon Resource Name (ARN) of the person or service principal who performed the action.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4285 class GetProfileHistoryRecordResponse < Struct.new( :id, :object_type_name, :created_at, :last_updated_at, :action_type, :profile_object_unique_key, :content, :performed_by) SENSITIVE = [:content] include Aws::Structure end |