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)


6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6057

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

#nameString

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

Returns:

  • (String)


6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6057

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