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.



846
847
848
# File 'sig/types.rbs', line 846

def content
  @content
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


849
850
851
# File 'sig/types.rbs', line 849

def event_type
  @event_type
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def node_name
  @node_name
end

#node_type"FlowInputNode", ...

Returns the value of attribute node_type.

Returns:

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


848
849
850
# File 'sig/types.rbs', line 848

def node_type
  @node_type
end