Class: Aws::Types::EventIntegrationAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute client_association_metadata.

Returns:

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


214
215
216
# File 'sig/types.rbs', line 214

def 
  @client_association_metadata
end

#client_id ⇒ ::String

Returns the value of attribute client_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def event_integration_name
  @event_integration_name
end