Class: Aws::Types::ReviewResultDetail
- Inherits:
-
Object
- Object
- Aws::Types::ReviewResultDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
-
#subject_type ⇒ ::String
Returns the value of attribute subject_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def action_id @action_id end |
#key ⇒ ::String
Returns the value of attribute key.
588 589 590 |
# File 'sig/types.rbs', line 588 def key @key end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def question_id @question_id end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def subject_id @subject_id end |
#subject_type ⇒ ::String
Returns the value of attribute subject_type.
586 587 588 |
# File 'sig/types.rbs', line 586 def subject_type @subject_type end |
#value ⇒ ::String
Returns the value of attribute value.
589 590 591 |
# File 'sig/types.rbs', line 589 def value @value end |