DescribeTapeArchivesInput

public struct DescribeTapeArchivesInput : AWSShape
extension StorageGateway.DescribeTapeArchivesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies that the number of virtual tapes described be limited to the specified number.

    Declaration

    Swift

    public let limit: Int?
  • An opaque string that indicates the position at which to begin describing virtual tapes.

    Declaration

    Swift

    public let marker: String?
  • Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

    Declaration

    Swift

    public let tapeARNs: [String]?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws