Class: Aws::Types::RejectGroupingRecommendationEntry
- Inherits:
-
Object
- Object
- Aws::Types::RejectGroupingRecommendationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grouping_recommendation_id ⇒ ::String
Returns the value of attribute grouping_recommendation_id.
-
#rejection_reason ⇒ "DistinctBusinessPurpose", ...
Returns the value of attribute rejection_reason.
Instance Attribute Details
#grouping_recommendation_id ⇒ ::String
Returns the value of attribute grouping_recommendation_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def grouping_recommendation_id @grouping_recommendation_id end |
#rejection_reason ⇒ "DistinctBusinessPurpose", ...
Returns the value of attribute rejection_reason.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def rejection_reason @rejection_reason end |