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.
7084 7085 7086 7087 7088 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7084 class GetRealtimeLogConfigResult < Struct.new( :realtime_log_config) SENSITIVE = [] include Aws::Structure end |