Class: Aws::EventBridge::Types::DescribeEventBusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeEventBusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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.
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1759 class DescribeEventBusRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |