Class: Aws::WellArchitected::Types::GetReviewTemplateLensReviewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetReviewTemplateLensReviewOutput
- 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.
2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2481 class GetReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2481 class GetReviewTemplateLensReviewOutput < Struct.new( :template_arn, :lens_review) SENSITIVE = [] include Aws::Structure end |