Class: Aws::Types::BatchGetCalculatedAttributeForProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCalculatedAttributeForProfileRequest
- 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.
-
#condition_overrides ⇒ Types::ConditionOverrides
Returns the value of attribute condition_overrides.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def calculated_attribute_name @calculated_attribute_name end |
#condition_overrides ⇒ Types::ConditionOverrides
Returns the value of attribute condition_overrides.
169 170 171 |
# File 'sig/types.rbs', line 169 def condition_overrides @condition_overrides end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def domain_name @domain_name end |
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
168 169 170 |
# File 'sig/types.rbs', line 168 def profile_ids @profile_ids end |