Method: Aws::WellArchitected::Types::LensReviewSummary#prioritized_risk_counts
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
#prioritized_risk_counts ⇒ Hash<String,Integer>
A map from risk names to the count of how many questions have that rating.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2948 class LensReviewSummary < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :updated_at, :risk_counts, :profiles, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end |