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

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

Returns:

  • (String)


1273
1274
1275
1276
1277
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1273

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