Class: Aws::CloudTrailData::Types::AuditEventResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrailData::Types::AuditEventResultEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtraildata/types.rb
Overview
A response that includes successful and failed event results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The event ID assigned by CloudTrail.
-
#id ⇒ String
The original event ID from the source event.
Instance Attribute Details
#event_id ⇒ String
The event ID assigned by CloudTrail.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudtraildata/types.rb', line 55 class AuditEventResultEntry < Struct.new( :event_id, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The original event ID from the source event.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudtraildata/types.rb', line 55 class AuditEventResultEntry < Struct.new( :event_id, :id) SENSITIVE = [] include Aws::Structure end |