Class: Aws::EventBridge::Types::DeleteEventBusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteEventBusRequest
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Note:
When making an API call, you may pass DeleteEventBusRequest data as a hash:
{
name: "EventBusName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the event bus to delete.
Instance Attribute Details
#name ⇒ String
The name of the event bus to delete.
1705 1706 1707 1708 1709 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1705 class DeleteEventBusRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |