Class: Aws::Types::LensMetric

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer])


994
995
996
# File 'sig/types.rbs', line 994

def risk_counts
  @risk_counts
end