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

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

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4191

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

#nameString

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

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4191

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