Class: Aws::LakeFormation::Types::AuditContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::AuditContext
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure used to include auditing information on the privileged API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_audit_context ⇒ String
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track.
Instance Attribute Details
#additional_audit_context ⇒ String
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.
196 197 198 199 200 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 196 class AuditContext < Struct.new( :additional_audit_context) SENSITIVE = [] include Aws::Structure end |