You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::RemovePermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemovePermissionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_bus_nameString

The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.

Returns:

  • (String)

    The name of the event bus to revoke permissions for.

#remove_all_permissionsBoolean

Specifies whether to remove all permissions.

Returns:

  • (Boolean)

    Specifies whether to remove all permissions.

#statement_idString

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.

Returns:

  • (String)

    The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.