Class: Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusSuccessfulEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusSuccessfulEntry
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
List of operational recommendations that were successfully included or excluded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #entry_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An identifier for an entry in this batch that is used to communicate the result.
 - 
  
    
      #exclude_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the reason for excluding an operational recommendation.
 - 
  
    
      #excluded  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates if the operational recommendation was successfully excluded.
 - 
  
    
      #item  ⇒ Types::UpdateRecommendationStatusItem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The operational recommendation item.
 - 
  
    
      #reference_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reference identifier of the operational recommendation.
 
Instance Attribute Details
#entry_id ⇒ String
An identifier for an entry in this batch that is used to communicate the result.
<note markdown=“1”> The ‘entryId`s of a batch request need to be unique within a request.
</note>
  
      1037 1038 1039 1040 1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1037 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end  | 
  
#exclude_reason ⇒ String
Indicates the reason for excluding an operational recommendation.
      1037 1038 1039 1040 1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1037 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end  | 
  
#excluded ⇒ Boolean
Indicates if the operational recommendation was successfully excluded.
      1037 1038 1039 1040 1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1037 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end  | 
  
#item ⇒ Types::UpdateRecommendationStatusItem
The operational recommendation item.
      1037 1038 1039 1040 1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1037 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end  | 
  
#reference_id ⇒ String
Reference identifier of the operational recommendation.
      1037 1038 1039 1040 1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1037 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end  |