Class: Aws::CloudWatchEvents::Types::DeleteEventBusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeleteEventBusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
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.
1154 1155 1156 1157 1158 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1154 class DeleteEventBusRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |