Class: Aws::Types::ListProtectedQueriesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListProtectedQueriesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#protected_queries ⇒ ::Array[Types::ProtectedQuerySummary]
Returns the value of attribute protected_queries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def next_token @next_token end |
#protected_queries ⇒ ::Array[Types::ProtectedQuerySummary]
Returns the value of attribute protected_queries.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def protected_queries @protected_queries end |