Class: Aws::WellArchitected::Types::GetReviewTemplateLensReviewOutput

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.



3870
3871
3872
3873
3874
3875
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3870

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

#template_arnString

The review template ARN.

Returns:

  • (String)


3870
3871
3872
3873
3874
3875
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3870

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