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)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def execution_id
  @execution_id
end

#response_streamTypes::FlowResponseStream

Returns the value of attribute response_stream.



1606
1607
1608
# File 'sig/types.rbs', line 1606

def response_stream
  @response_stream
end