Class: Aws::WAF::Types::DeleteLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-waf/types.rb', line 1225 class DeleteLoggingConfigurationRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |