Class: Aws::Connect::Types::EventBridgeActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EventBridgeActionDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The EventBridge action definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name.
Instance Attribute Details
#name ⇒ String
The name.
8112 8113 8114 8115 8116 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 class EventBridgeActionDefinition < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |