GetSnapshotLimitsRequest

public struct GetSnapshotLimitsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains the identifier of the directory to obtain the limits for.

    Declaration

    Swift

    public let directoryId: String
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String)
  • Declaration

    Swift

    public func validate(name: String) throws