Class: Aws::WAFV2::Types::GetLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
2877 2878 2879 2880 2881 |
# File 'lib/aws-sdk-wafv2/types.rb', line 2877 class GetLoggingConfigurationRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |