Class: Aws::S3Control::Types::CreateAccessPointForObjectLambdaResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateAccessPointForObjectLambdaResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ Types::ObjectLambdaAccessPointAlias
The alias 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.
917 918 919 920 921 922 |
# File 'lib/aws-sdk-s3control/types.rb', line 917 class CreateAccessPointForObjectLambdaResult < Struct.new( :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.
917 918 919 920 921 922 |
# File 'lib/aws-sdk-s3control/types.rb', line 917 class CreateAccessPointForObjectLambdaResult < Struct.new( :object_lambda_access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |