Class: Aws::Types::GetEventIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventIntegrationResponse
- 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.
290 291 292 |
# File 'sig/types.rbs', line 290 def description @description end |
#event_bridge_bus ⇒ ::String
Returns the value of attribute event_bridge_bus.
292 293 294 |
# File 'sig/types.rbs', line 292 def event_bridge_bus @event_bridge_bus end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
293 294 295 |
# File 'sig/types.rbs', line 293 def event_filter @event_filter end |
#event_integration_arn ⇒ ::String
Returns the value of attribute event_integration_arn.
291 292 293 |
# File 'sig/types.rbs', line 291 def event_integration_arn @event_integration_arn end |
#name ⇒ ::String
Returns the value of attribute name.
289 290 291 |
# File 'sig/types.rbs', line 289 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
294 295 296 |
# File 'sig/types.rbs', line 294 def @tags end |