Class: Aws::WellArchitected::Types::LensMetric

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

Overview

A metric for a particular lens in a workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_arnString

The lens ARN.

Returns:

  • (String)


2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2757

class LensMetric < Struct.new(
  :lens_arn,
  :pillars,
  :risk_counts)
  SENSITIVE = []
  include Aws::Structure
end

#pillarsArray<Types::PillarMetric>

The metrics for the pillars in a lens.

Returns:



2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2757

class LensMetric < Struct.new(
  :lens_arn,
  :pillars,
  :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>)


2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2757

class LensMetric < Struct.new(
  :lens_arn,
  :pillars,
  :risk_counts)
  SENSITIVE = []
  include Aws::Structure
end