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.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def display_name @display_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def domain_name @domain_name end |