Class: Aws::CloudFront::Types::CreateRealtimeLogConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateRealtimeLogConfigResult
- 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.
2339 2340 2341 2342 2343 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2339 class CreateRealtimeLogConfigResult < Struct.new( :realtime_log_config) SENSITIVE = [] include Aws::Structure end |