Class: Aws::EventBridge::Types::DeleteEndpointRequest

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 endpoint you want to delete. For example, ‘“Name”:“us-east-2-custom_bus_A-endpoint”`..

Returns:

  • (String)


1360
1361
1362
1363
1364
# File 'lib/aws-sdk-eventbridge/types.rb', line 1360

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