Class: Aws::CloudWatchEvents::Types::DescribePartnerEventSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribePartnerEventSourceRequest
- 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 event source to display.
Instance Attribute Details
#name ⇒ String
The name of the event source to display.
1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1531 class DescribePartnerEventSourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |