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.
1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1518 class DescribeApiDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |