Class: Aws::Types::RejectGroupingRecommendationEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_recommendation_id ⇒ ::String

Returns the value of attribute grouping_recommendation_id.

Returns:

  • (::String)


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.

Returns:

  • ("DistinctBusinessPurpose", "SeparateDataConcern", "DistinctUserGroupHandling", "Other")


1127
1128
1129
# File 'sig/types.rbs', line 1127

def rejection_reason
  @rejection_reason
end