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

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

#lens_review ⇒ Types::ReviewTemplateLensReview

A lens review of a question.



8402
8403
8404
8405
8406
8407
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8402

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

#template_arn ⇒ String

The review template ARN.

Returns:

  • (String)


8402
8403
8404
8405
8406
8407
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8402

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