Module: Aws::CustomerProfiles::Client::_GetProfileHistoryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileHistoryRecordResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_type ⇒ "ADDED_PROFILE_KEY", ...
- #content ⇒ ::String
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #object_type_name ⇒ ::String
- #performed_by ⇒ ::String
- #profile_object_unique_key ⇒ ::String
Instance Method Details
#action_type ⇒ "ADDED_PROFILE_KEY", ...
948 |
# File 'sig/client.rbs', line 948 def action_type: () -> ("ADDED_PROFILE_KEY" | "DELETED_PROFILE_KEY" | "CREATED" | "UPDATED" | "INGESTED" | "DELETED_BY_CUSTOMER" | "EXPIRED" | "MERGED" | "DELETED_BY_MERGE") |
#content ⇒ ::String
950 |
# File 'sig/client.rbs', line 950 def content: () -> ::String |
#created_at ⇒ ::Time
946 |
# File 'sig/client.rbs', line 946 def created_at: () -> ::Time |
#id ⇒ ::String
944 |
# File 'sig/client.rbs', line 944 def id: () -> ::String |
#last_updated_at ⇒ ::Time
947 |
# File 'sig/client.rbs', line 947 def last_updated_at: () -> ::Time |
#object_type_name ⇒ ::String
945 |
# File 'sig/client.rbs', line 945 def object_type_name: () -> ::String |
#performed_by ⇒ ::String
951 |
# File 'sig/client.rbs', line 951 def performed_by: () -> ::String |
#profile_object_unique_key ⇒ ::String
949 |
# File 'sig/client.rbs', line 949 def profile_object_unique_key: () -> ::String |