Class: Aws::CustomerProfiles::Types::GetProfileHistoryRecordResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:content]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The action type of the profile history record.

Returns:

  • (String)


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

#contentString

A string containing the customer profile, profile object, or profile key content.

Returns:

  • (String)


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_atTime

The timestamp of when the profile history record was created.

Returns:

  • (Time)


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

#idString

The unique identifier of the profile history record.

Returns:

  • (String)


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_atTime

The timestamp of when the profile history record was last updated.

Returns:

  • (Time)


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_nameString

The name of the profile object type.

Returns:

  • (String)


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_byString

The Amazon Resource Name (ARN) of the person or service principal who performed the action.

Returns:

  • (String)


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_keyString

The unique identifier of the profile object generated by the service.

Returns:

  • (String)


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