Class: Aws::DevOpsAgent::Types::GetRecommendationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing the recommendation

Returns:

  • (String)


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_idString

The unique identifier for the recommendation to retrieve

Returns:

  • (String)


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_versionInteger

Specific version of the recommendation to retrieve. If not specified, returns the latest version.

Returns:

  • (Integer)


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