Class: Aws::AppFabric::Types::AuditLogProcessingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AuditLogProcessingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about an audit log processing configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format in which the audit logs need to be formatted.
-
#schema ⇒ String
The event schema in which the audit logs need to be formatted.
Instance Attribute Details
#format ⇒ String
The format in which the audit logs need to be formatted.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-appfabric/types.rb', line 240 class AuditLogProcessingConfiguration < Struct.new( :schema, :format) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The event schema in which the audit logs need to be formatted.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-appfabric/types.rb', line 240 class AuditLogProcessingConfiguration < Struct.new( :schema, :format) SENSITIVE = [] include Aws::Structure end |