Class: Aws::EventBridge::Types::DeleteEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the endpoint you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the endpoint you want to delete. For example, ‘“Name”:“us-east-2-custom_bus_A-endpoint”`..
1360 1361 1362 1363 1364 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1360 class DeleteEndpointRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |