Class: Aws::WellArchitected::Types::UpdateLensReviewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateLensReviewOutput
- 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
-
#lens_review ⇒ Types::LensReview
A lens review of a question.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#lens_review ⇒ Types::LensReview
A lens review of a question.
5793 5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5793 class UpdateLensReviewOutput < Struct.new( :workload_id, :lens_review) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
5793 5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5793 class UpdateLensReviewOutput < Struct.new( :workload_id, :lens_review) SENSITIVE = [] include Aws::Structure end |