DescribeIngestionResponse

public struct DescribeIngestionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the ingestion.

    Declaration

    Swift

    public let ingestion: Ingestion?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(ingestion: Ingestion? = nil, requestId: String? = nil, status: Int? = nil)