Class: Aws::Types::GroupingRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::GroupingRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_level ⇒ "High", "Medium"
Returns the value of attribute confidence_level.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#grouping_app_component ⇒ Types::GroupingAppComponent
Returns the value of attribute grouping_app_component.
-
#grouping_recommendation_id ⇒ ::String
Returns the value of attribute grouping_recommendation_id.
-
#recommendation_reasons ⇒ ::Array[::String]
Returns the value of attribute recommendation_reasons.
-
#rejection_reason ⇒ "DistinctBusinessPurpose", ...
Returns the value of attribute rejection_reason.
-
#resources ⇒ ::Array[Types::GroupingResource]
Returns the value of attribute resources.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#status ⇒ "Accepted", ...
Returns the value of attribute status.
Instance Attribute Details
#confidence_level ⇒ "High", "Medium"
Returns the value of attribute confidence_level.
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.
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.
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.
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.
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.
685 686 687 |
# File 'sig/types.rbs', line 685 def resources @resources end |
#score ⇒ ::Float
Returns the value of attribute score.
686 687 688 |
# File 'sig/types.rbs', line 686 def score @score end |
#status ⇒ "Accepted", ...
Returns the value of attribute status.
687 688 689 |
# File 'sig/types.rbs', line 687 def status @status end |