Class: Aws::Types::DeleteLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
-
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
389 390 391 |
# File 'sig/types.rbs', line 389 def log_scope @log_scope end |
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
388 389 390 |
# File 'sig/types.rbs', line 388 def log_type @log_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
387 388 389 |
# File 'sig/types.rbs', line 387 def resource_arn @resource_arn end |