Class: Aws::WellArchitected::Types::PillarMetric

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

Overview

A metric for a particular pillar in a lens.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pillar_idString

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

A pillar is identified by its PillarReviewSummary$PillarId.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4399

class PillarMetric < Struct.new(
  :pillar_id,
  :risk_counts,
  :questions)
  SENSITIVE = []
  include Aws::Structure
end

#questionsArray<Types::QuestionMetric>

The questions that have been identified as risks in the pillar.

Returns:



4399
4400
4401
4402
4403
4404
4405
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4399

class PillarMetric < Struct.new(
  :pillar_id,
  :risk_counts,
  :questions)
  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>)


4399
4400
4401
4402
4403
4404
4405
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4399

class PillarMetric < Struct.new(
  :pillar_id,
  :risk_counts,
  :questions)
  SENSITIVE = []
  include Aws::Structure
end