Class: Aws::Types::EventIntegration

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)


201
202
203
# File 'sig/types.rbs', line 201

def description
  @description
end

#event_bridge_bus::String

Returns the value of attribute event_bridge_bus.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def event_bridge_bus
  @event_bridge_bus
end

#event_filterTypes::EventFilter

Returns the value of attribute event_filter.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def event_filter
  @event_filter
end

#event_integration_arn::String

Returns the value of attribute event_integration_arn.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def event_integration_arn
  @event_integration_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


204
205
206
# File 'sig/types.rbs', line 204

def tags
  @tags
end