Class: Aws::DevOpsAgent::Types::UpdateRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateRecommendationRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for updating an existing recommendation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_context ⇒ String
Additional context for recommendation.
-
#agent_space_id ⇒ String
The unique identifier for the agent space containing the recommendation.
-
#client_token ⇒ String
A unique token that ensures idempotency of the request.
-
#recommendation_id ⇒ String
The unique identifier for the recommendation to update.
-
#status ⇒ String
Current status of the recommendation.
Instance Attribute Details
#additional_context ⇒ String
Additional context for recommendation
4997 4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4997 class UpdateRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :status, :additional_context, :client_token) SENSITIVE = [] include Aws::Structure end |
#agent_space_id ⇒ String
The unique identifier for the agent space containing the recommendation
4997 4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4997 class UpdateRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :status, :additional_context, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token that ensures idempotency of the request
A suitable default value is auto-generated. You should normally not need to pass this option.
4997 4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4997 class UpdateRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :status, :additional_context, :client_token) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The unique identifier for the recommendation to update
4997 4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4997 class UpdateRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :status, :additional_context, :client_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the recommendation
4997 4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4997 class UpdateRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :status, :additional_context, :client_token) SENSITIVE = [] include Aws::Structure end |