Show / Hide Table of Contents

    Interface ISqsResult

    Result contained in a Sqs Response.

    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public interface ISqsResult

    Properties

    | Improve this Doc View Source

    ResponseMetadata

    The SQS response metadata (AWS request ID, ...)

    Declaration
    ResponseMetadata ResponseMetadata { get; }
    Property Value
    Type Description
    Amazon.Runtime.ResponseMetadata
    | Improve this Doc View Source

    Result

    Declaration
    object Result { get; }
    Property Value
    Type Description
    Object
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX