Class: Aws::WellArchitected::Types::ListLensReviewsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListLensReviewsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Output of a list lens reviews call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_review_summaries ⇒ Array<Types::LensReviewSummary>
List of lens summaries of lens reviews of a workload.
-
#milestone_number ⇒ Integer
The milestone number.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#lens_review_summaries ⇒ Array<Types::LensReviewSummary>
List of lens summaries of lens reviews of a workload.
3539 3540 3541 3542 3543 3544 3545 3546 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3539 class ListLensReviewsOutput < Struct.new( :workload_id, :milestone_number, :lens_review_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#milestone_number ⇒ Integer
The milestone number.
A workload can have a maximum of 100 milestones.
3539 3540 3541 3542 3543 3544 3545 3546 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3539 class ListLensReviewsOutput < Struct.new( :workload_id, :milestone_number, :lens_review_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3539 3540 3541 3542 3543 3544 3545 3546 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3539 class ListLensReviewsOutput < Struct.new( :workload_id, :milestone_number, :lens_review_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
3539 3540 3541 3542 3543 3544 3545 3546 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3539 class ListLensReviewsOutput < Struct.new( :workload_id, :milestone_number, :lens_review_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |