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.



7359
7360
7361
7362
7363
# File 'lib/aws-sdk-cloudfront/types.rb', line 7359

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