Class: Aws::WellArchitected::Types::GetReviewTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetReviewTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
The review template ARN.
Instance Attribute Details
#template_arn ⇒ String
The review template ARN.
3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3838 class GetReviewTemplateInput < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |