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.



2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2481

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

#template_arnString

The review template ARN.

Returns:

  • (String)


2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2481

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