Class: Aws::CloudFront::Types::GetRealtimeLogConfigResult

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_configTypes::RealtimeLogConfig

A real-time log configuration.



5725
5726
5727
5728
5729
# File 'lib/aws-sdk-cloudfront/types.rb', line 5725

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