Class: Aws::Types::ListGuardrailsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrails::Array[Types::GuardrailSummary]

Returns the value of attribute guardrails.

Returns:



2748
2749
2750
# File 'sig/types.rbs', line 2748

def guardrails
  @guardrails
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def next_token
  @next_token
end