Class: Aws::Types::ObjectLambdaContentTransformation
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLambdaContentTransformation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_lambda ⇒ Types::AwsLambdaTransformation
Returns the value of attribute aws_lambda.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_lambda ⇒ Types::AwsLambdaTransformation
Returns the value of attribute aws_lambda.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def aws_lambda @aws_lambda end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def unknown @unknown end |