Class: Aws::Types::FunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::FunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#implemented_by ⇒ Types::DataConnector
Returns the value of attribute implemented_by.
-
#required_properties ⇒ ::Array[::String]
Returns the value of attribute required_properties.
-
#scope ⇒ "ENTITY", "WORKSPACE"
Returns the value of attribute scope.
Instance Attribute Details
#implemented_by ⇒ Types::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.
438 439 440 |
# File 'sig/types.rbs', line 438 def required_properties @required_properties end |
#scope ⇒ "ENTITY", "WORKSPACE"
Returns the value of attribute scope.
439 440 441 |
# File 'sig/types.rbs', line 439 def scope @scope end |