Class: Aws::S3Control::Types::ObjectLambdaContentTransformation

Inherits:
Struct
  • Object
show all
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.

Direct Known Subclasses

AwsLambda, Unknown

Defined Under Namespace

Classes: AwsLambda, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_lambdaTypes::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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



5807
5808
5809
# File 'lib/aws-sdk-s3control/types.rb', line 5807

def unknown
  @unknown
end