Class: Aws::Types::FlowExecutionOutputEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[Types::FlowOutputField]

Returns the value of attribute fields.

Returns:



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

def fields
  @fields
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


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

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


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

def timestamp
  @timestamp
end