Class: Aws::Types::AgentInputMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def body
  @body
end

#type"normal", "confirmation_response"

Returns the value of attribute type.

Returns:

  • ("normal", "confirmation_response")


18
19
20
# File 'sig/types.rbs', line 18

def type
  @type
end