Class: Aws::Types::AgentCollaboratorInputPayload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#return_control_resultsTypes::ReturnControlResults

Returns the value of attribute return_control_results.



75
76
77
# File 'sig/types.rbs', line 75

def return_control_results
  @return_control_results
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def text
  @text
end

#type"TEXT", "RETURN_CONTROL"

Returns the value of attribute type.

Returns:

  • ("TEXT", "RETURN_CONTROL")


77
78
79
# File 'sig/types.rbs', line 77

def type
  @type
end