Class: Aws::WellArchitected::Types::UpdateReviewTemplateLensReviewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateReviewTemplateLensReviewOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_review ⇒ Types::ReviewTemplateLensReview
A lens review of a question.
-
#template_arn ⇒ String
The review template ARN.
Instance Attribute Details
#lens_review ⇒ Types::ReviewTemplateLensReview
A lens review of a question.
6025 6026 6027 6028 6029 6030 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6025 class UpdateReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
6025 6026 6027 6028 6029 6030 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6025 class UpdateReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |