Class: Aws::CloudFront::Types::DeleteRealtimeLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteRealtimeLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the real-time log configuration to delete.
-
#name ⇒ String
The name of the real-time log configuration to delete.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the real-time log configuration to delete.
3223 3224 3225 3226 3227 3228 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3223 class DeleteRealtimeLogConfigRequest < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the real-time log configuration to delete.
3223 3224 3225 3226 3227 3228 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3223 class DeleteRealtimeLogConfigRequest < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |