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")


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

def action
  @action
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


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

def version
  @version
end