Class: Aws::CloudWatchEvents::Types::DescribeApiDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeApiDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1212 class DescribeApiDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |