Class: Aws::WellArchitected::Types::GetReviewTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetReviewTemplateInput
- Defined in:
- gems/aws-sdk-wellarchitected/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.
2437 2438 2439 2440 2441 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2437 class GetReviewTemplateInput < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |