Class: Aws::Types::CreateEventIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
136 137 138 |
# File 'sig/types.rbs', line 136 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
133 134 135 |
# File 'sig/types.rbs', line 133 def description @description end |
#event_bridge_bus ⇒ ::String
Returns the value of attribute event_bridge_bus.
135 136 137 |
# File 'sig/types.rbs', line 135 def event_bridge_bus @event_bridge_bus end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
134 135 136 |
# File 'sig/types.rbs', line 134 def event_filter @event_filter end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @tags end |