Class: Aws::Types::ListQueryLoggingConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueryLoggingConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_logging_configs ⇒ ::Array[Types::QueryLoggingConfig]
Returns the value of attribute query_logging_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def next_token @next_token end |
#query_logging_configs ⇒ ::Array[Types::QueryLoggingConfig]
Returns the value of attribute query_logging_configs.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def query_logging_configs @query_logging_configs end |