Class: Aws::CloudFront::Types::GetRealtimeLogConfigRequest

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

#arnString

The Amazon Resource Name (ARN) of the real-time log configuration to get.



7893
7894
7895
7896
7897
7898
# File 'lib/aws-sdk-cloudfront/types.rb', line 7893

class GetRealtimeLogConfigRequest < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the real-time log configuration to get.



7893
7894
7895
7896
7897
7898
# File 'lib/aws-sdk-cloudfront/types.rb', line 7893

class GetRealtimeLogConfigRequest < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end