Class: Aws::WellArchitected::Types::ReviewTemplatePillarReviewSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#notesString

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.

Returns:

  • (String)


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_idString

The ID used to identify a pillar, for example, security.

A pillar is identified by its PillarReviewSummary$PillarId.

Returns:

  • (String)


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_nameString

The name of the pillar.

Returns:

  • (String)


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_countsHash<String,Integer>

A count of how many questions are answered and unanswered in the requested pillar of the lens review.

Returns:

  • (Hash<String,Integer>)


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