Class: Aws::WellArchitected::Types::UpdateLensReviewOutput

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

Overview

Output of a update lens review call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_reviewTypes::LensReview

A lens review of a question.

Returns:



5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5576

class UpdateLensReviewOutput < Struct.new(
  :workload_id,
  :lens_review)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


5576
5577
5578
5579
5580
5581
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5576

class UpdateLensReviewOutput < Struct.new(
  :workload_id,
  :lens_review)
  SENSITIVE = []
  include Aws::Structure
end