Class: Aws::Types::GuardrailStreamConfiguration

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)


950
951
952
# File 'sig/types.rbs', line 950

def guardrail_identifier
  @guardrail_identifier
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def guardrail_version
  @guardrail_version
end

#stream_processing_mode"sync", "async"

Returns the value of attribute stream_processing_mode.

Returns:

  • ("sync", "async")


953
954
955
# File 'sig/types.rbs', line 953

def stream_processing_mode
  @stream_processing_mode
end

#trace"enabled", ...

Returns the value of attribute trace.

Returns:

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


952
953
954
# File 'sig/types.rbs', line 952

def trace
  @trace
end