Class: Aws::Types::ActionGroupExecutor

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

Defined Under Namespace

Classes: CustomControl, Lambda, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_control"RETURN_CONTROL"

Returns the value of attribute custom_control.

Returns:

  • ("RETURN_CONTROL")


32
33
34
# File 'sig/types.rbs', line 32

def custom_control
  @custom_control
end

#lambda::String

Returns the value of attribute lambda.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def lambda
  @lambda
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


34
35
36
# File 'sig/types.rbs', line 34

def unknown
  @unknown
end