Class: Aws::Types::FunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#implemented_byTypes::DataConnector

Returns the value of attribute implemented_by.



440
441
442
# File 'sig/types.rbs', line 440

def implemented_by
  @implemented_by
end

#required_properties::Array[::String]

Returns the value of attribute required_properties.

Returns:

  • (::Array[::String])


438
439
440
# File 'sig/types.rbs', line 438

def required_properties
  @required_properties
end

#scope"ENTITY", "WORKSPACE"

Returns the value of attribute scope.

Returns:

  • ("ENTITY", "WORKSPACE")


439
440
441
# File 'sig/types.rbs', line 439

def scope
  @scope
end