Class: Aws::Types::ListCalculatedAttributeForProfileItem
- Inherits:
-
Object
- Object
- Aws::Types::ListCalculatedAttributeForProfileItem
- 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.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def calculated_attribute_name @calculated_attribute_name end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def display_name @display_name end |
#is_data_partial ⇒ ::String
Returns the value of attribute is_data_partial.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def is_data_partial @is_data_partial end |
#last_object_timestamp ⇒ ::Time
Returns the value of attribute last_object_timestamp.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def @last_object_timestamp end |
#value ⇒ ::String
Returns the value of attribute value.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def value @value end |