Class: Aws::CloudWatchEvents::Types::DescribeEventBusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeEventBusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name or ARN of the event bus to show details for.
Instance Attribute Details
#name ⇒ String
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.
1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1440 class DescribeEventBusRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |