Class: Aws::CloudFront::Types::UpdateRealtimeLogConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateRealtimeLogConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#realtime_log_config ⇒ Types::RealtimeLogConfig
A real-time log configuration.
Instance Attribute Details
#realtime_log_config ⇒ Types::RealtimeLogConfig
A real-time log configuration.
16841 16842 16843 16844 16845 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 16841 class UpdateRealtimeLogConfigResult < Struct.new( :realtime_log_config) SENSITIVE = [] include Aws::Structure end |