Class: Aws::Types::FunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::FunctionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#implemented_by ⇒ Types::DataConnector
Returns the value of attribute implemented_by.
-
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
-
#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.
447 448 449 |
# File 'sig/types.rbs', line 447 def implemented_by @implemented_by end |
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
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.
445 446 447 |
# File 'sig/types.rbs', line 445 def required_properties @required_properties end |
#scope ⇒ "ENTITY", "WORKSPACE"
Returns the value of attribute scope.
446 447 448 |
# File 'sig/types.rbs', line 446 def scope @scope end |