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>
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1008 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.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1008 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.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1008 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |
#item ⇒ Types::UpdateRecommendationStatusItem
The operational recommendation item.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1008 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.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1008 class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |