Class: Aws::DevOpsAgent::Types::UpdateRecommendationRequest

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

Instance Attribute Details

#additional_contextString

Additional context for recommendation

Returns:

  • (String)


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_idString

The unique identifier for the agent space containing the recommendation

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_idString

The unique identifier for the recommendation to update

Returns:

  • (String)


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

#statusString

Current status of the recommendation

Returns:

  • (String)


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