Class: Aws::Types::DataConnector
- Inherits:
-
Object
- Object
- Aws::Types::DataConnector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_native ⇒ Boolean
Returns the value of attribute is_native.
-
#lambda ⇒ Types::LambdaFunction
Returns the value of attribute lambda.
Instance Attribute Details
#is_native ⇒ Boolean
Returns the value of attribute is_native.
282 283 284 |
# File 'sig/types.rbs', line 282 def is_native @is_native end |
#lambda ⇒ Types::LambdaFunction
Returns the value of attribute lambda.
281 282 283 |
# File 'sig/types.rbs', line 281 def lambda @lambda end |