Class: Aws::Types::EvaluateCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def context
  @context
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def function
  @function
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



613
614
615
# File 'sig/types.rbs', line 613

def runtime
  @runtime
end