DetectorModelDefinition

public struct DetectorModelDefinition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The state that is entered at the creation of each detector (instance).

    Declaration

    Swift

    public let initialStateName: String
  • Information about the states of the detector.

    Declaration

    Swift

    public let states: [State]
  • Undocumented

    Declaration

    Swift

    public init(initialStateName: String, states: [State])
  • Declaration

    Swift

    public func validate(name: String) throws