Class: Aws::WAFRegional::Types::GetLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2027 class GetLoggingConfigurationRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |