Class: Aws::Types::RecipeAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


6221
6222
6223
# File 'sig/types.rbs', line 6221

def operation
  @operation
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


6222
6223
6224
# File 'sig/types.rbs', line 6222

def parameters
  @parameters
end