Class: Aws::WellArchitected::Types::PillarReviewSummary

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

Overview

A pillar review summary of a lens review.

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)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4438

class PillarReviewSummary < Struct.new(
  :pillar_id,
  :pillar_name,
  :notes,
  :risk_counts,
  :prioritized_risk_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)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4438

class PillarReviewSummary < Struct.new(
  :pillar_id,
  :pillar_name,
  :notes,
  :risk_counts,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#pillar_nameString

The name of the pillar.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4438

class PillarReviewSummary < Struct.new(
  :pillar_id,
  :pillar_name,
  :notes,
  :risk_counts,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#prioritized_risk_countsHash<String,Integer>

A map from risk names to the count of how many questions have that rating.

Returns:

  • (Hash<String,Integer>)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4438

class PillarReviewSummary < Struct.new(
  :pillar_id,
  :pillar_name,
  :notes,
  :risk_counts,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#risk_countsHash<String,Integer>

A map from risk names to the count of how many questions have that rating.

Returns:

  • (Hash<String,Integer>)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4438

class PillarReviewSummary < Struct.new(
  :pillar_id,
  :pillar_name,
  :notes,
  :risk_counts,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end