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
272 |
# File 'sig/client.rbs', line 272
def description: () -> ::String
|
#event_bridge_bus ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def event_bridge_bus: () -> ::String
|
#event_filter ⇒ Types::EventFilter
275 |
# File 'sig/client.rbs', line 275
def event_filter: () -> Types::EventFilter
|
#event_integration_arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def event_integration_arn: () -> ::String
|
#name ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
276 |
# File 'sig/client.rbs', line 276
def tags: () -> ::Hash[::String, ::String]
|