Class: Aws::CloudFront::Types::ListRealtimeLogConfigsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#realtime_log_configsTypes::RealtimeLogConfigs

A list of real-time log configurations.



7681
7682
7683
7684
7685
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7681

class ListRealtimeLogConfigsResult < Struct.new(
  :realtime_log_configs)
  SENSITIVE = []
  include Aws::Structure
end