Class: Aws::Types::GetCalculatedAttributeForProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCalculatedAttributeForProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_data_partial ⇒ ::String
Returns the value of attribute is_data_partial.
-
#last_object_timestamp ⇒ ::Time
Returns the value of attribute last_object_timestamp.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def calculated_attribute_name @calculated_attribute_name end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def display_name @display_name end |
#is_data_partial ⇒ ::String
Returns the value of attribute is_data_partial.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def is_data_partial @is_data_partial end |
#last_object_timestamp ⇒ ::Time
Returns the value of attribute last_object_timestamp.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def @last_object_timestamp end |
#value ⇒ ::String
Returns the value of attribute value.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def value @value end |