Class: Aws::CloudFront::Types::ListRealtimeLogConfigsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListRealtimeLogConfigsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#realtime_log_configs ⇒ Types::RealtimeLogConfigs
A list of real-time log configurations.
Instance Attribute Details
#realtime_log_configs ⇒ Types::RealtimeLogConfigs
A list of real-time log configurations.
8192 8193 8194 8195 8196 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8192 class ListRealtimeLogConfigsResult < Struct.new( :realtime_log_configs) SENSITIVE = [] include Aws::Structure end |