Class: Aws::WellArchitected::Types::GetLensReviewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetLensReviewOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Output of a get lens review call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_review ⇒ Types::LensReview
A lens review of a question.
-
#milestone_number ⇒ Integer
The milestone number.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#lens_review ⇒ Types::LensReview
A lens review of a question.
2122 2123 2124 2125 2126 2127 2128 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122 class GetLensReviewOutput < Struct.new( :workload_id, :milestone_number, :lens_review) SENSITIVE = [] include Aws::Structure end |
#milestone_number ⇒ Integer
The milestone number.
A workload can have a maximum of 100 milestones.
2122 2123 2124 2125 2126 2127 2128 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122 class GetLensReviewOutput < Struct.new( :workload_id, :milestone_number, :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.
2122 2123 2124 2125 2126 2127 2128 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122 class GetLensReviewOutput < Struct.new( :workload_id, :milestone_number, :lens_review) SENSITIVE = [] include Aws::Structure end |