Module: Aws::CustomerProfiles::Client::_GetCalculatedAttributeForProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCalculatedAttributeForProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #calculated_attribute_name ⇒ ::String
- #display_name ⇒ ::String
- #is_data_partial ⇒ ::String
- #last_object_timestamp ⇒ ::Time
- #value ⇒ ::String
Instance Method Details
#calculated_attribute_name ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def calculated_attribute_name: () -> ::String
|
#display_name ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def display_name: () -> ::String
|
#is_data_partial ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def is_data_partial: () -> ::String
|
#last_object_timestamp ⇒ ::Time
736 |
# File 'sig/client.rbs', line 736
def last_object_timestamp: () -> ::Time
|
#value ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def value: () -> ::String
|