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.



8196
8197
8198
8199
8200
# File 'lib/aws-sdk-cloudfront/types.rb', line 8196

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