Class: Aws::WellArchitected::Types::GetReviewTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetReviewTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#review_template ⇒ Types::ReviewTemplate
The review template.
Instance Attribute Details
#review_template ⇒ Types::ReviewTemplate
The review template.
3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3895 class GetReviewTemplateOutput < Struct.new( :review_template) SENSITIVE = [] include Aws::Structure end |