DocumentRequires

public struct DocumentRequires : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

    Declaration

    Swift

    public let name: String
  • The document version required by the current document.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String, version: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws