PutDetectorRequest

public struct PutDetectorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the detector.

    Declaration

    Swift

    public let description: String?
  • The detector ID.

    Declaration

    Swift

    public let detectorId: String
  • The name of the event type.

    Declaration

    Swift

    public let eventTypeName: String
  • A collection of key and value pairs.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, detectorId: String, eventTypeName: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws