Class: Aws::WellArchitected::Types::CreateReviewTemplateOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_arnString

The review template ARN.

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1125

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