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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



7693
7694
7695
7696
7697
# File 'lib/aws-sdk-cloudfront/types.rb', line 7693

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