Class: Aws::ResilienceHub::Types::RecommendationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::RecommendationItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#already_implemented ⇒ Boolean
Specifies if the recommendation has already been implemented.
-
#exclude_reason ⇒ String
Indicates the reason for excluding an operational recommendation.
-
#excluded ⇒ Boolean
Indicates if an operational recommendation item is excluded.
-
#resource_id ⇒ String
Identifier of the resource.
-
#target_account_id ⇒ String
Identifier of the target account.
-
#target_region ⇒ String
The target region.
Instance Attribute Details
#already_implemented ⇒ Boolean
Specifies if the recommendation has already been implemented.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#exclude_reason ⇒ String
Indicates the reason for excluding an operational recommendation.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#excluded ⇒ Boolean
Indicates if an operational recommendation item is excluded.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#target_account_id ⇒ String
Identifier of the target account.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#target_region ⇒ String
The target region.
5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5323 class RecommendationItem < Struct.new( :already_implemented, :exclude_reason, :excluded, :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |