Class: Aws::AppFabric::Types::AuditLogDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AuditLogDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about an audit log destination configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Contains information about an audit log destination.
Instance Attribute Details
#destination ⇒ Types::Destination
Contains information about an audit log destination.
222 223 224 225 226 |
# File 'lib/aws-sdk-appfabric/types.rb', line 222 class AuditLogDestinationConfiguration < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end |