Class: Aws::Types::ComponentEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def action
  @action
end

#binding_event ⇒ ::String

Returns the value of attribute binding_event.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def binding_event
  @binding_event
end

#parameters ⇒ Types::ActionParameters

Returns the value of attribute parameters.



217
218
219
# File 'sig/types.rbs', line 217

def parameters
  @parameters
end