Class: Aws::LakeFormation::Types::AuditContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_audit_contextString

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.

Returns:

  • (String)


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