Class: Aws::Types::GroupingRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_level ⇒ "High", "Medium"

Returns the value of attribute confidence_level.

Returns:

  • ("High", "Medium")


679
680
681
# File 'sig/types.rbs', line 679

def confidence_level
  @confidence_level
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


680
681
682
# File 'sig/types.rbs', line 680

def creation_time
  @creation_time
end

#grouping_app_component ⇒ Types::GroupingAppComponent

Returns the value of attribute grouping_app_component.



681
682
683
# File 'sig/types.rbs', line 681

def grouping_app_component
  @grouping_app_component
end

#grouping_recommendation_id ⇒ ::String

Returns the value of attribute grouping_recommendation_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def grouping_recommendation_id
  @grouping_recommendation_id
end

#recommendation_reasons ⇒ ::Array[::String]

Returns the value of attribute recommendation_reasons.

Returns:

  • (::Array[::String])


683
684
685
# File 'sig/types.rbs', line 683

def recommendation_reasons
  @recommendation_reasons
end

#rejection_reason ⇒ "DistinctBusinessPurpose", ...

Returns the value of attribute rejection_reason.

Returns:

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


684
685
686
# File 'sig/types.rbs', line 684

def rejection_reason
  @rejection_reason
end

#resources ⇒ ::Array[Types::GroupingResource]

Returns the value of attribute resources.

Returns:



685
686
687
# File 'sig/types.rbs', line 685

def resources
  @resources
end

#score ⇒ ::Float

Returns the value of attribute score.

Returns:

  • (::Float)


686
687
688
# File 'sig/types.rbs', line 686

def score
  @score
end

#status ⇒ "Accepted", ...

Returns the value of attribute status.

Returns:

  • ("Accepted", "Rejected", "PendingDecision")


687
688
689
# File 'sig/types.rbs', line 687

def status
  @status
end