Class: Aws::ResilienceHub::Types::UpdateRecommendationStatusRequestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateRecommendationStatusRequestEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines the operational recommendation item that is to be 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 needs to be excluded.
-
#item ⇒ Types::UpdateRecommendationStatusItem
The operational recommendation item.
-
#reference_id ⇒ String
Reference identifier of the operational recommendation item.
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>
6856 6857 6858 6859 6860 6861 6862 6863 6864 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856 class UpdateRecommendationStatusRequestEntry < 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.
6856 6857 6858 6859 6860 6861 6862 6863 6864 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856 class UpdateRecommendationStatusRequestEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |
#excluded ⇒ Boolean
Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded.
6856 6857 6858 6859 6860 6861 6862 6863 6864 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856 class UpdateRecommendationStatusRequestEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |
#item ⇒ Types::UpdateRecommendationStatusItem
The operational recommendation item.
6856 6857 6858 6859 6860 6861 6862 6863 6864 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856 class UpdateRecommendationStatusRequestEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |
#reference_id ⇒ String
Reference identifier of the operational recommendation item.
6856 6857 6858 6859 6860 6861 6862 6863 6864 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6856 class UpdateRecommendationStatusRequestEntry < Struct.new( :entry_id, :exclude_reason, :excluded, :item, :reference_id) SENSITIVE = [] include Aws::Structure end |