Class: Aws::AppFabric::Types::AuditLogDestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains information about an audit log destination configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

Contains information about an audit log destination.

Returns:



222
223
224
225
226
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 222

class AuditLogDestinationConfiguration < Struct.new(
  :destination)
  SENSITIVE = []
  include Aws::Structure
end