Class: Aws::Types::UpdateCalculatedAttributeDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCalculatedAttributeDefinitionRequest
- 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.
-
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def display_name @display_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def domain_name @domain_name end |