Class: Aws::Types::EventIntegration
- Inherits:
-
Object
- Object
- Aws::Types::EventIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_bridge_bus ⇒ ::String
Returns the value of attribute event_bridge_bus.
-
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
-
#event_integration_arn ⇒ ::String
Returns the value of attribute event_integration_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
201 202 203 |
# File 'sig/types.rbs', line 201 def description @description end |
#event_bridge_bus ⇒ ::String
Returns the value of attribute event_bridge_bus.
203 204 205 |
# File 'sig/types.rbs', line 203 def event_bridge_bus @event_bridge_bus end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
202 203 204 |
# File 'sig/types.rbs', line 202 def event_filter @event_filter end |
#event_integration_arn ⇒ ::String
Returns the value of attribute event_integration_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def event_integration_arn @event_integration_arn end |
#name ⇒ ::String
Returns the value of attribute name.
200 201 202 |
# File 'sig/types.rbs', line 200 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
204 205 206 |
# File 'sig/types.rbs', line 204 def @tags end |