DescribeTapesInput

public struct DescribeTapesInput : AWSShape
extension StorageGateway.DescribeTapesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String
  • Specifies that the number of virtual tapes described be limited to the specified number. Amazon Web Services may impose its own limit, if this field is not set.

    Declaration

    Swift

    public let limit: Int?
  • A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve. If not specified, the first page of results is retrieved.

    Declaration

    Swift

    public let marker: String?
  • Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.

    Declaration

    Swift

    public let tapeARNs: [String]?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String, limit: Int? = nil, marker: String? = nil, tapeARNs: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws