Class: Aws::CloudTrailData::Types::PutAuditEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<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.

Returns:



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

#successfulArray<Types::AuditEventResultEntry>

Lists events in the provided event payload that were successfully ingested into CloudTrail.

Returns:



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