Class: Aws::Types::PillarDifference
- Inherits:
-
Object
- Object
- Aws::Types::PillarDifference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#difference_status ⇒ "UPDATED", ...
Returns the value of attribute difference_status.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#pillar_name ⇒ ::String
Returns the value of attribute pillar_name.
-
#question_differences ⇒ ::Array[Types::QuestionDifference]
Returns the value of attribute question_differences.
Instance Attribute Details
#difference_status ⇒ "UPDATED", ...
Returns the value of attribute difference_status.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def difference_status @difference_status end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def pillar_id @pillar_id end |
#pillar_name ⇒ ::String
Returns the value of attribute pillar_name.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def pillar_name @pillar_name end |
#question_differences ⇒ ::Array[Types::QuestionDifference]
Returns the value of attribute question_differences.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def question_differences @question_differences end |