Class: Aws::CloudTrailData::Types::PutAuditEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrailData::Types::PutAuditEventsResponse
- Defined in:
- gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::ResultErrorEntry>
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
-
#successful ⇒ Array<Types::AuditEventResultEntry>
Lists events in the provided event payload that were successfully ingested into CloudTrail.
Instance Attribute Details
#failed ⇒ Array<Types::ResultErrorEntry>
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
166 167 168 169 170 171 |
# File 'gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb', line 166 class PutAuditEventsResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::AuditEventResultEntry>
Lists events in the provided event payload that were successfully ingested into CloudTrail.
166 167 168 169 170 171 |
# File 'gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb', line 166 class PutAuditEventsResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end |