Class: Aws::Types::EventIntegrationAssociation
- Inherits:
-
Object
- Object
- Aws::Types::EventIntegrationAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_association_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_association_metadata.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#event_bridge_rule_name ⇒ ::String
Returns the value of attribute event_bridge_rule_name.
-
#event_integration_association_arn ⇒ ::String
Returns the value of attribute event_integration_association_arn.
-
#event_integration_association_id ⇒ ::String
Returns the value of attribute event_integration_association_id.
-
#event_integration_name ⇒ ::String
Returns the value of attribute event_integration_name.
Instance Attribute Details
#client_association_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_association_metadata.
214 215 216 |
# File 'sig/types.rbs', line 214 def @client_association_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def client_id @client_id end |
#event_bridge_rule_name ⇒ ::String
Returns the value of attribute event_bridge_rule_name.
213 214 215 |
# File 'sig/types.rbs', line 213 def event_bridge_rule_name @event_bridge_rule_name end |
#event_integration_association_arn ⇒ ::String
Returns the value of attribute event_integration_association_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def event_integration_association_arn @event_integration_association_arn end |
#event_integration_association_id ⇒ ::String
Returns the value of attribute event_integration_association_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def event_integration_association_id @event_integration_association_id end |
#event_integration_name ⇒ ::String
Returns the value of attribute event_integration_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def event_integration_name @event_integration_name end |