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.
7993 7994 7995 7996 7997 |
# File 'lib/aws-sdk-connect/types.rb', line 7993 class EventBridgeActionDefinition < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |