Class: Aws::WellArchitected::Types::ReviewTemplatePillarReviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplatePillarReviewSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Summary of a review template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notes ⇒ String
The notes associated with the workload.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security
. -
#pillar_name ⇒ String
The name of the pillar.
-
#question_counts ⇒ Hash<String,Integer>
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
Instance Attribute Details
#notes ⇒ String
The notes associated with the workload.
For a review template, these are the notes that will be associated with the workload when the template is applied.
5218 5219 5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5218 class ReviewTemplatePillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :question_counts) SENSITIVE = [] include Aws::Structure end |
#pillar_id ⇒ String
The ID used to identify a pillar, for example, security
.
A pillar is identified by its PillarReviewSummary$PillarId.
5218 5219 5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5218 class ReviewTemplatePillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :question_counts) SENSITIVE = [] include Aws::Structure end |
#pillar_name ⇒ String
The name of the pillar.
5218 5219 5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5218 class ReviewTemplatePillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :question_counts) SENSITIVE = [] include Aws::Structure end |
#question_counts ⇒ Hash<String,Integer>
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
5218 5219 5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5218 class ReviewTemplatePillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :question_counts) SENSITIVE = [] include Aws::Structure end |