Class: Aws::Types::GetLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLoggingConfigurationRequest
- 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.
605 606 607 |
# File 'sig/types.rbs', line 605 def log_scope @log_scope end |
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
604 605 606 |
# File 'sig/types.rbs', line 604 def log_type @log_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
603 604 605 |
# File 'sig/types.rbs', line 603 def resource_arn @resource_arn end |