Method: Aws::WellArchitected::Types::GetReviewTemplateInput#template_arn

Defined in:
lib/aws-sdk-wellarchitected/types.rb

#template_arnString

The review template ARN.

Returns:

  • (String)


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