Class: Aws::ResilienceHub::Types::UpdateRecommendationStatusItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateRecommendationStatusItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines the operational recommendation item that needs a status update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
Resource identifier of the operational recommendation item.
-
#target_account_id ⇒ String
Identifier of the target Amazon Web Services account.
-
#target_region ⇒ String
Identifier of the target Amazon Web Services Region.
Instance Attribute Details
#resource_id ⇒ String
Resource identifier of the operational recommendation item.
6816 6817 6818 6819 6820 6821 6822 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816 class UpdateRecommendationStatusItem < Struct.new( :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#target_account_id ⇒ String
Identifier of the target Amazon Web Services account.
6816 6817 6818 6819 6820 6821 6822 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816 class UpdateRecommendationStatusItem < Struct.new( :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |
#target_region ⇒ String
Identifier of the target Amazon Web Services Region.
6816 6817 6818 6819 6820 6821 6822 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6816 class UpdateRecommendationStatusItem < Struct.new( :resource_id, :target_account_id, :target_region) SENSITIVE = [] include Aws::Structure end |