Class: Aws::EventBridge::Types::DeleteApiDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteApiDestinationRequest
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Note:
When making an API call, you may pass DeleteApiDestinationRequest data as a hash:
{
name: "ApiDestinationName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the destination to delete.
Instance Attribute Details
#name ⇒ String
The name of the destination to delete.
1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1582 class DeleteApiDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |