DeleteGraphRequest

public struct DeleteGraphRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the behavior graph to disable.

    Declaration

    Swift

    public let graphArn: String
  • Undocumented

    Declaration

    Swift

    public init(graphArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws