class Aws::EventBridge::Types::RemovePermissionRequest

@note When making an API call, you may pass RemovePermissionRequest

data as a hash:

    {
      statement_id: "StatementId",
      remove_all_permissions: false,
      event_bus_name: "NonPartnerEventBusName",
    }

@!attribute [rw] statement_id

The statement ID corresponding to the account that is no longer
allowed to put events to the default event bus.
@return [String]

@!attribute [rw] remove_all_permissions

Specifies whether to remove all permissions.
@return [Boolean]

@!attribute [rw] event_bus_name

The name of the event bus to revoke permissions for. If you omit
this, the default event bus is used.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/RemovePermissionRequest AWS API Documentation

Constants

SENSITIVE