CreateTapePoolOutput

public struct CreateTapePoolOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and AWS Region.

    Declaration

    Swift

    public let poolARN: String?
  • Undocumented

    Declaration

    Swift

    public init(poolARN: String? = nil)