Class: Aws::Types::GetCalculatedAttributeDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCalculatedAttributeDefinitionRequest
- 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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def calculated_attribute_name @calculated_attribute_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def domain_name @domain_name end |