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.
9081 9082 9083 9084 9085 |
# File 'lib/aws-sdk-connect/types.rb', line 9081 class EventBridgeActionDefinition < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |