Class: Aws::Types::GetEventIntegrationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


294
295
296
# File 'sig/types.rbs', line 294

def tags
  @tags
end