Class: Aws::ResilienceHub::Types::RejectGroupingRecommendationEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::RejectGroupingRecommendationEntry
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Indicates the rejected grouping recommendation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #grouping_recommendation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the identifier of the grouping recommendation.
 - 
  
    
      #rejection_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the reason you had selected while rejecting a grouping recommendation.
 
Instance Attribute Details
#grouping_recommendation_id ⇒ String
Indicates the identifier of the grouping recommendation.
      5467 5468 5469 5470 5471 5472  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5467 class RejectGroupingRecommendationEntry < Struct.new( :grouping_recommendation_id, :rejection_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#rejection_reason ⇒ String
Indicates the reason you had selected while rejecting a grouping recommendation.
      5467 5468 5469 5470 5471 5472  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5467 class RejectGroupingRecommendationEntry < Struct.new( :grouping_recommendation_id, :rejection_reason) SENSITIVE = [] include Aws::Structure end  |