Class: Aws::WellArchitected::Types::UpdateAgentRecommendationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentRecommendationStatusRequest
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:update_reason]
Instance Attribute Summary collapse
-
#recommendation_arn ⇒ String
The Amazon Resource Name (ARN) of the recommendation to update.
-
#status ⇒ String
The new status to assign to the recommendation.
-
#update_reason ⇒ String
A free-text reason explaining this status update.
Instance Attribute Details
#recommendation_arn ⇒ String
The Amazon Resource Name (ARN) of the recommendation to update.
7914 7915 7916 7917 7918 7919 7920 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7914 class UpdateAgentRecommendationStatusRequest < Struct.new( :recommendation_arn, :status, :update_reason) SENSITIVE = [:update_reason] include Aws::Structure end |
#status ⇒ String
The new status to assign to the recommendation.
7914 7915 7916 7917 7918 7919 7920 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7914 class UpdateAgentRecommendationStatusRequest < Struct.new( :recommendation_arn, :status, :update_reason) SENSITIVE = [:update_reason] include Aws::Structure end |
#update_reason ⇒ String
A free-text reason explaining this status update.
7914 7915 7916 7917 7918 7919 7920 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7914 class UpdateAgentRecommendationStatusRequest < Struct.new( :recommendation_arn, :status, :update_reason) SENSITIVE = [:update_reason] include Aws::Structure end |