Class: Aws::S3Control::Types::ObjectLambdaAccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectLambdaAccessPoint
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#alias ⇒ Types::ObjectLambdaAccessPointAlias
The alias of the Object Lambda Access Point.
-
#name ⇒ String
The name of the Object Lambda Access Point.
-
#object_lambda_access_point_arn ⇒ String
Specifies the ARN for the Object Lambda Access Point.
Instance Attribute Details
#alias ⇒ Types::ObjectLambdaAccessPointAlias
The alias of the Object Lambda Access Point.
5724 5725 5726 5727 5728 5729 5730 |
# File 'lib/aws-sdk-s3control/types.rb', line 5724 class ObjectLambdaAccessPoint < Struct.new( :name, :object_lambda_access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
5724 5725 5726 5727 5728 5729 5730 |
# File 'lib/aws-sdk-s3control/types.rb', line 5724 class ObjectLambdaAccessPoint < Struct.new( :name, :object_lambda_access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |
#object_lambda_access_point_arn ⇒ String
Specifies the ARN for the Object Lambda Access Point.
5724 5725 5726 5727 5728 5729 5730 |
# File 'lib/aws-sdk-s3control/types.rb', line 5724 class ObjectLambdaAccessPoint < Struct.new( :name, :object_lambda_access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |