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

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


1289
1290
1291
1292
1293
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1289

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