RemovePermissionRequest

public struct RemovePermissionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.

    Declaration

    Swift

    public let eventBusName: String?
  • The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.

    Declaration

    Swift

    public let statementId: String
  • Undocumented

    Declaration

    Swift

    public init(eventBusName: String? = nil, statementId: String)
  • Declaration

    Swift

    public func validate(name: String) throws