Module: Aws::AppIntegrationsService::Client::_GetEventIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #event_bridge_bus ⇒ ::String
- #event_filter ⇒ Types::EventFilter
- #event_integration_arn ⇒ ::String
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#description ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def description: () -> ::String
|
#event_bridge_bus ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def event_bridge_bus: () -> ::String
|
#event_filter ⇒ Types::EventFilter
281 |
# File 'sig/client.rbs', line 281
def event_filter: () -> Types::EventFilter
|
#event_integration_arn ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def event_integration_arn: () -> ::String
|
#name ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
282 |
# File 'sig/client.rbs', line 282
def tags: () -> ::Hash[::String, ::String]
|