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)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def lambda
  @lambda
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def unknown
  @unknown
end