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", ...
916 |
# File 'sig/client.rbs', line 916
def action_type: () -> ("ADDED_PROFILE_KEY" | "DELETED_PROFILE_KEY" | "CREATED" | "UPDATED" | "INGESTED" | "DELETED_BY_CUSTOMER" | "EXPIRED" | "MERGED" | "DELETED_BY_MERGE")
|
#content ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def content: () -> ::String
|
#created_at ⇒ ::Time
914 |
# File 'sig/client.rbs', line 914
def created_at: () -> ::Time
|
#id ⇒ ::String
912 |
# File 'sig/client.rbs', line 912
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
915 |
# File 'sig/client.rbs', line 915
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def object_type_name: () -> ::String
|
#performed_by ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def performed_by: () -> ::String
|
#profile_object_unique_key ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def profile_object_unique_key: () -> ::String
|