Method: Aws::WellArchitected::Types::GetReviewTemplateInput#template_arn
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
#template_arn ⇒ String
The review template ARN.
2437 2438 2439 2440 2441 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2437 class GetReviewTemplateInput < Struct.new( :template_arn) SENSITIVE = [] include Aws::Structure end |