Class: Aws::EventBridge::Types::DeleteEventBusRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/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)


1376
1377
1378
1379
1380
# File 'lib/aws-sdk-eventbridge/types.rb', line 1376

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