Class: Aws::CloudWatchEvents::Types::DeleteEventBusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the event bus to delete.

Returns:

  • (String)


1154
1155
1156
1157
1158
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1154

class DeleteEventBusRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end