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
764 |
# File 'sig/client.rbs', line 764
def calculated_attribute_name: () -> ::String
|
#display_name ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def display_name: () -> ::String
|
#is_data_partial ⇒ ::String
766 |
# File 'sig/client.rbs', line 766
def is_data_partial: () -> ::String
|
#last_object_timestamp ⇒ ::Time
768 |
# File 'sig/client.rbs', line 768
def last_object_timestamp: () -> ::Time
|
#value ⇒ ::String
767 |
# File 'sig/client.rbs', line 767
def value: () -> ::String
|