Class: Aws::WellArchitected::Types::GetReviewTemplateOutput

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

#review_template ⇒ Types::ReviewTemplate

The review template.



3895
3896
3897
3898
3899
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3895

class GetReviewTemplateOutput < Struct.new(
  :review_template)
  SENSITIVE = []
  include Aws::Structure
end