Class: Aws::Types::DeleteCalculatedAttributeDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCalculatedAttributeDefinitionRequest
- 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.
-
#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.
613 614 615 |
# File 'sig/types.rbs', line 613 def calculated_attribute_name @calculated_attribute_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
612 613 614 |
# File 'sig/types.rbs', line 612 def domain_name @domain_name end |