Class: Aws::Types::CreateEventIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def description
  @description
end

#event_bridge_bus::String

Returns the value of attribute event_bridge_bus.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def event_bridge_bus
  @event_bridge_bus
end

#event_filterTypes::EventFilter

Returns the value of attribute event_filter.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def event_filter
  @event_filter
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


137
138
139
# File 'sig/types.rbs', line 137

def tags
  @tags
end