Class: Aws::EventBridge::Types::DescribeApiDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeApiDestinationRequest
- 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 API destination to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the API destination to retrieve.
1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1434 class DescribeApiDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |