Class: Aws::CloudWatchEvents::Types::RemovePermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::RemovePermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_name ⇒ String
The name of the event bus to revoke permissions for.
-
#remove_all_permissions ⇒ Boolean
Specifies whether to remove all permissions.
-
#statement_id ⇒ String
The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
Instance Attribute Details
#event_bus_name ⇒ String
The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.
3348 3349 3350 3351 3352 3353 3354 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3348 class RemovePermissionRequest < Struct.new( :statement_id, :remove_all_permissions, :event_bus_name) SENSITIVE = [] include Aws::Structure end |
#remove_all_permissions ⇒ Boolean
Specifies whether to remove all permissions.
3348 3349 3350 3351 3352 3353 3354 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3348 class RemovePermissionRequest < Struct.new( :statement_id, :remove_all_permissions, :event_bus_name) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
3348 3349 3350 3351 3352 3353 3354 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3348 class RemovePermissionRequest < Struct.new( :statement_id, :remove_all_permissions, :event_bus_name) SENSITIVE = [] include Aws::Structure end |