Class: Aws::DevOpsAgent::Types::GetRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetRecommendationRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for retrieving a specific recommendation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier for the agent space containing the recommendation.
-
#recommendation_id ⇒ String
The unique identifier for the recommendation to retrieve.
-
#recommendation_version ⇒ Integer
Specific version of the recommendation to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier for the agent space containing the recommendation
1445 1446 1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1445 class GetRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :recommendation_version) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The unique identifier for the recommendation to retrieve
1445 1446 1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1445 class GetRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :recommendation_version) SENSITIVE = [] include Aws::Structure end |
#recommendation_version ⇒ Integer
Specific version of the recommendation to retrieve. If not specified, returns the latest version.
1445 1446 1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1445 class GetRecommendationRequest < Struct.new( :agent_space_id, :recommendation_id, :recommendation_version) SENSITIVE = [] include Aws::Structure end |