Class: Aws::Types::ListGuardrailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGuardrailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrails ⇒ ::Array[Types::GuardrailSummary]
Returns the value of attribute guardrails.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#guardrails ⇒ ::Array[Types::GuardrailSummary]
Returns the value of attribute guardrails.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def guardrails @guardrails end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def next_token @next_token end |