Class: Aws::S3Control::Types::ObjectLambdaAccessPoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Control::Types::ObjectLambdaAccessPoint
 
- 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
- 
  
    
      #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.
| 6054 6055 6056 6057 6058 6059 6060 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6054 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.
| 6054 6055 6056 6057 6058 6059 6060 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6054 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.
| 6054 6055 6056 6057 6058 6059 6060 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6054 class ObjectLambdaAccessPoint < Struct.new( :name, :object_lambda_access_point_arn, :alias) SENSITIVE = [] include Aws::Structure end |