Class: Aws::S3Control::Types::ObjectLambdaAccessPoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

An access point with an attached Lambda function used to access transformed data from an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::ObjectLambdaAccessPointAlias

The alias of the Object Lambda Access Point.



5546
5547
5548
5549
5550
5551
5552
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5546

class ObjectLambdaAccessPoint < Struct.new(
  :name,
  :object_lambda_access_point_arn,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Object Lambda Access Point.

Returns:

  • (String)


5546
5547
5548
5549
5550
5551
5552
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5546

class ObjectLambdaAccessPoint < Struct.new(
  :name,
  :object_lambda_access_point_arn,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#object_lambda_access_point_arnString

Specifies the ARN for the Object Lambda Access Point.

Returns:

  • (String)


5546
5547
5548
5549
5550
5551
5552
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5546

class ObjectLambdaAccessPoint < Struct.new(
  :name,
  :object_lambda_access_point_arn,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end