Class: Aws::Types::FlowOutputEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::FlowOutputContent

Returns the value of attribute content.



928
929
930
# File 'sig/types.rbs', line 928

def content
  @content
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


931
932
933
# File 'sig/types.rbs', line 931

def event_type
  @event_type
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def node_name
  @node_name
end

#node_type"FlowInputNode", ...

Returns the value of attribute node_type.

Returns:

  • ("FlowInputNode", "FlowOutputNode", "LambdaFunctionNode", "KnowledgeBaseNode", "PromptNode", "ConditionNode", "LexNode")


930
931
932
# File 'sig/types.rbs', line 930

def node_type
  @node_type
end