Class: Aws::S3Control::Types::ObjectLambdaContentTransformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectLambdaContentTransformation
- Defined in:
- gems/aws-sdk-s3control/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.
6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6027 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
6027 6028 6029 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6027 def unknown @unknown end |