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.
3511 3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3511 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.
3511 3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3511 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.
3511 3512 3513 3514 3515 3516 3517 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3511 class GetLensReviewOutput < Struct.new( :workload_id, :milestone_number, :lens_review) SENSITIVE = [] include Aws::Structure end |