Class: Aws::Types::ReviewInformation
- Inherits:
-
Object
- Object
- Aws::Types::ReviewInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reviewed_time ⇒ ::Time
Returns the value of attribute reviewed_time.
-
#reviewer ⇒ ::String
Returns the value of attribute reviewer.
-
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
Instance Attribute Details
#reviewed_time ⇒ ::Time
Returns the value of attribute reviewed_time.
3999 4000 4001 |
# File 'sig/types.rbs', line 3999 def reviewed_time @reviewed_time end |
#reviewer ⇒ ::String
Returns the value of attribute reviewer.
4001 4002 4003 |
# File 'sig/types.rbs', line 4001 def reviewer @reviewer end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
4000 4001 4002 |
# File 'sig/types.rbs', line 4000 def status @status end |