CancelIngestionResponse

public struct CancelIngestionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) for the data ingestion.

    Declaration

    Swift

    public let arn: String?
  • An ID for the ingestion.

    Declaration

    Swift

    public let ingestionId: String?
  • 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(arn: String? = nil, ingestionId: String? = nil, requestId: String? = nil, status: Int? = nil)