Class: Aws::Types::ReviewTemplatePillarReviewSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def notes
  @notes
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def pillar_id
  @pillar_id
end

#pillar_name ⇒ ::String

Returns the value of attribute pillar_name.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def pillar_name
  @pillar_name
end

#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]

Returns the value of attribute question_counts.

Returns:

  • (::Hash[("UNANSWERED" | "ANSWERED"), ::Integer])


1713
1714
1715
# File 'sig/types.rbs', line 1713

def question_counts
  @question_counts
end