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.



5548
5549
5550
5551
5552
# File 'lib/aws-sdk-cloudfront/types.rb', line 5548

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