Class: Aws::Types::OrchestrationExecutor

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

Defined Under Namespace

Classes: Lambda, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lambda::String

Returns the value of attribute lambda.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def lambda
  @lambda
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def unknown
  @unknown
end