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)


4220
4221
4222
4223
4224
4225
4226
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4220

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:



4220
4221
4222
4223
4224
4225
4226
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4220

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>)


4220
4221
4222
4223
4224
4225
4226
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4220

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