Class: Aws::Types::LensMetric
- Inherits:
-
Object
- Object
- Aws::Types::LensMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#pillars ⇒ ::Array[Types::PillarMetric]
Returns the value of attribute pillars.
-
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
Instance Attribute Details
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
992 993 994 |
# File 'sig/types.rbs', line 992 def lens_arn @lens_arn end |
#pillars ⇒ ::Array[Types::PillarMetric]
Returns the value of attribute pillars.
993 994 995 |
# File 'sig/types.rbs', line 993 def pillars @pillars end |
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
994 995 996 |
# File 'sig/types.rbs', line 994 def risk_counts @risk_counts end |