Class: Aws::WellArchitected::Types::UpdateReviewTemplateLensReviewOutput

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

#lens_reviewTypes::ReviewTemplateLensReview

A lens review of a question.



6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6025

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

#template_arnString

The review template ARN.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6025

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