Class: Aws::Types::InvokeFlowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def execution_id
  @execution_id
end

#response_streamTypes::FlowResponseStream

Returns the value of attribute response_stream.



1524
1525
1526
# File 'sig/types.rbs', line 1524

def response_stream
  @response_stream
end