DescribeUploadBufferOutput

public struct DescribeUploadBufferOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of the gateway’s local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.

    Declaration

    Swift

    public let diskIds: [String]?
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • The total number of bytes allocated in the gateway’s as upload buffer.

    Declaration

    Swift

    public let uploadBufferAllocatedInBytes: Int64?
  • The total number of bytes being used in the gateway’s upload buffer.

    Declaration

    Swift

    public let uploadBufferUsedInBytes: Int64?
  • Undocumented

    Declaration

    Swift

    public init(diskIds: [String]? = nil, gatewayARN: String? = nil, uploadBufferAllocatedInBytes: Int64? = nil, uploadBufferUsedInBytes: Int64? = nil)