Class: Aws::Types::PutAuditEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAuditEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::ResultErrorEntry]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::AuditEventResultEntry]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::ResultErrorEntry]
Returns the value of attribute failed.
57 58 59 |
# File 'sig/types.rbs', line 57 def failed @failed end |
#successful ⇒ ::Array[Types::AuditEventResultEntry]
Returns the value of attribute successful.
58 59 60 |
# File 'sig/types.rbs', line 58 def successful @successful end |