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.
13458 13459 13460 13461 13462 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13458 class UpdateRealtimeLogConfigResult < Struct.new( :realtime_log_config) SENSITIVE = [] include Aws::Structure end |