Class: Aws::CloudFront::Types::GetRealtimeLogConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetRealtimeLogConfigResult
- 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.
6059 6060 6061 6062 6063 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6059 class GetRealtimeLogConfigResult < Struct.new( :realtime_log_config) SENSITIVE = [] include Aws::Structure end |