Class: Aws::WellArchitected::Types::UpdateReviewTemplateLensReviewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateReviewTemplateLensReviewOutput
- Includes:
- Structure
- Defined in:
- 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.
8402 8403 8404 8405 8406 8407 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8402 class UpdateReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
8402 8403 8404 8405 8406 8407 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8402 class UpdateReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |