Class: Aws::Types::ObjectLambdaTransformationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLambdaTransformationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")]
Returns the value of attribute actions.
-
#content_transformation ⇒ Types::ObjectLambdaContentTransformation
Returns the value of attribute content_transformation.
Instance Attribute Details
#actions ⇒ ::Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")]
Returns the value of attribute actions.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def actions @actions end |
#content_transformation ⇒ Types::ObjectLambdaContentTransformation
Returns the value of attribute content_transformation.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def content_transformation @content_transformation end |