Class: Aws::CloudFront::Types::DeleteRealtimeLogConfigRequest

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 delete.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-cloudfront/types.rb', line 3303

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

#nameString

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

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-cloudfront/types.rb', line 3303

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