Class: Aws::S3Control::Types::ObjectLambdaContentTransformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectLambdaContentTransformation
- Includes:
- Aws::Structure, Aws::Structure::Union
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Note:
ObjectLambdaContentTransformation is a union - when making an API calls you must set exactly one of the members.
Note:
ObjectLambdaContentTransformation is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ObjectLambdaContentTransformation corresponding to the set member.
A container for AwsLambdaTransformation.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_lambda ⇒ Types::AwsLambdaTransformation
A container for an Lambda function.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_lambda ⇒ Types::AwsLambdaTransformation
A container for an Lambda function.
5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 |
# File 'lib/aws-sdk-s3control/types.rb', line 5807 class ObjectLambdaContentTransformation < Struct.new( :aws_lambda, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AwsLambda < ObjectLambdaContentTransformation; end class Unknown < ObjectLambdaContentTransformation; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
5807 5808 5809 |
# File 'lib/aws-sdk-s3control/types.rb', line 5807 def unknown @unknown end |