Class: Aws::WellArchitected::Types::GetLensReviewOutput

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

Overview

Output of a get lens review call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_reviewTypes::LensReview

A lens review of a question.

Returns:



2122
2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122

class GetLensReviewOutput < Struct.new(
  :workload_id,
  :milestone_number,
  :lens_review)
  SENSITIVE = []
  include Aws::Structure
end

#milestone_numberInteger

The milestone number.

A workload can have a maximum of 100 milestones.

Returns:

  • (Integer)


2122
2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122

class GetLensReviewOutput < Struct.new(
  :workload_id,
  :milestone_number,
  :lens_review)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


2122
2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2122

class GetLensReviewOutput < Struct.new(
  :workload_id,
  :milestone_number,
  :lens_review)
  SENSITIVE = []
  include Aws::Structure
end