Class: Aws::Types::AgenticRetrieveGuardrailWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INTERVENED", "NONE"

Returns the value of attribute action.

Returns:

  • ("INTERVENED", "NONE")


170
171
172
# File 'sig/types.rbs', line 170

def action
  @action
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def message
  @message
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def version
  @version
end