Class: Aws::RTBFabric::Types::LinkApplicationLogConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rtbfabric/types.rb

Overview

Describes the configuration of a link application log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#samplingTypes::LinkApplicationLogSampling

Describes a link application log sample.



1782
1783
1784
1785
1786
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1782

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