Class: Aws::Lambda::Types::InvokeWithResponseStreamResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::InvokeWithResponseStreamResponseEvent

The stream of response payloads.



3968
3969
3970
3971
3972
3973
3974
3975
# File 'lib/aws-sdk-lambda/types.rb', line 3968

class InvokeWithResponseStreamResponse < Struct.new(
  :status_code,
  :executed_version,
  :event_stream,
  :response_stream_content_type)
  SENSITIVE = []
  include Aws::Structure
end

#executed_versionString

The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
3974
3975
# File 'lib/aws-sdk-lambda/types.rb', line 3968

class InvokeWithResponseStreamResponse < Struct.new(
  :status_code,
  :executed_version,
  :event_stream,
  :response_stream_content_type)
  SENSITIVE = []
  include Aws::Structure
end

#response_stream_content_typeString

The type of data the stream is returning.

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
3974
3975
# File 'lib/aws-sdk-lambda/types.rb', line 3968

class InvokeWithResponseStreamResponse < Struct.new(
  :status_code,
  :executed_version,
  :event_stream,
  :response_stream_content_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

For a successful request, the HTTP status code is in the 200 range. For the RequestResponse invocation type, this status code is 200. For the DryRun invocation type, this status code is 204.

Returns:

  • (Integer)


3968
3969
3970
3971
3972
3973
3974
3975
# File 'lib/aws-sdk-lambda/types.rb', line 3968

class InvokeWithResponseStreamResponse < Struct.new(
  :status_code,
  :executed_version,
  :event_stream,
  :response_stream_content_type)
  SENSITIVE = []
  include Aws::Structure
end