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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5712

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

#nameString

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

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5712

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