Class: Aws::Types::FunctionResponse

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.



447
448
449
# File 'sig/types.rbs', line 447

def implemented_by
  @implemented_by
end

#is_inheritedBoolean

Returns the value of attribute is_inherited.

Returns:

  • (Boolean)


448
449
450
# File 'sig/types.rbs', line 448

def is_inherited
  @is_inherited
end

#required_properties::Array[::String]

Returns the value of attribute required_properties.

Returns:

  • (::Array[::String])


445
446
447
# File 'sig/types.rbs', line 445

def required_properties
  @required_properties
end

#scope"ENTITY", "WORKSPACE"

Returns the value of attribute scope.

Returns:

  • ("ENTITY", "WORKSPACE")


446
447
448
# File 'sig/types.rbs', line 446

def scope
  @scope
end