Class: Aws::Types::PillarMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def pillar_id
  @pillar_id
end

#questions ⇒ ::Array[Types::QuestionMetric]

Returns the value of attribute questions.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def questions
  @questions
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])


1481
1482
1483
# File 'sig/types.rbs', line 1481

def risk_counts
  @risk_counts
end