Class: Aws::Types::ReportStatus
- Inherits:
-
Object
- Object
- Aws::Types::ReportStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_delivery ⇒ ::String
Returns the value of attribute last_delivery.
-
#last_status ⇒ "SUCCESS", ...
Returns the value of attribute last_status.
Instance Attribute Details
#last_delivery ⇒ ::String
Returns the value of attribute last_delivery.
94 95 96 |
# File 'sig/types.rbs', line 94 def last_delivery @last_delivery end |
#last_status ⇒ "SUCCESS", ...
Returns the value of attribute last_status.
95 96 97 |
# File 'sig/types.rbs', line 95 def last_status @last_status end |