Class: Aws::Types::GetCalculatedAttributeForProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCalculatedAttributeForProfileRequest
- 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.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def calculated_attribute_name @calculated_attribute_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def domain_name @domain_name end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def profile_id @profile_id end |