Class: Aws::WellArchitected::Types::UpdateAgentRecommendationStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:update_reason]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_arnString

The Amazon Resource Name (ARN) of the recommendation to update.

Returns:

  • (String)


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

#statusString

The new status to assign to the recommendation.

Returns:

  • (String)


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_reasonString

A free-text reason explaining this status update.

Returns:

  • (String)


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