Class: Aws::Types::CreateQueryLoggingConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueryLoggingConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#query_logging_config ⇒ Types::QueryLoggingConfig
Returns the value of attribute query_logging_config.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
261 262 263 |
# File 'sig/types.rbs', line 261 def location @location end |
#query_logging_config ⇒ Types::QueryLoggingConfig
Returns the value of attribute query_logging_config.
260 261 262 |
# File 'sig/types.rbs', line 260 def query_logging_config @query_logging_config end |