RemoveNotificationChannelRequest

public struct RemoveNotificationChannelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The id of the channel that we want to stop receiving notifications.

    Declaration

    Swift

    public let channelId: String
  • The name of the profiling group we want to change notification configuration for.

    Declaration

    Swift

    public let profilingGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(channelId: String, profilingGroupName: String)
  • Declaration

    Swift

    public func validate(name: String) throws