Class: Aws::Types::AgentCollaboratorOutputPayload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:return_control_payload, :text])

Instance Attribute Summary collapse

Instance Attribute Details

#return_control_payloadTypes::ReturnControlPayload

Returns the value of attribute return_control_payload.



97
98
99
# File 'sig/types.rbs', line 97

def return_control_payload
  @return_control_payload
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def text
  @text
end

#type"TEXT", "RETURN_CONTROL"

Returns the value of attribute type.

Returns:

  • ("TEXT", "RETURN_CONTROL")


99
100
101
# File 'sig/types.rbs', line 99

def type
  @type
end