Class: Aws::WellArchitected::Types::GetReviewTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_arn ⇒ String

The review template ARN.

Returns:

  • (String)


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