ListTapePoolsOutput

public struct ListTapePoolsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.

    Declaration

    Swift

    public let marker: String?
  • An array of PoolInfo objects, where each object describes a single custom tape pool. If there are no custom tape pools, the PoolInfos is an empty array.

    Declaration

    Swift

    public let poolInfos: [PoolInfo]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, poolInfos: [PoolInfo]? = nil)