Class: Aws::Types::GuardrailConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifier::String

Returns the value of attribute guardrail_identifier.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def guardrail_identifier
  @guardrail_identifier
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def guardrail_version
  @guardrail_version
end

#trace"enabled", ...

Returns the value of attribute trace.

Returns:

  • ("enabled", "disabled", "enabled_full")


787
788
789
# File 'sig/types.rbs', line 787

def trace
  @trace
end