Class: Aws::S3Control::Types::PutAccessPointConfigurationForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessPointConfigurationForObjectLambdaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
-
#configuration ⇒ Types::ObjectLambdaConfiguration
Object Lambda Access Point configuration document.
-
#name ⇒ String
The name of the Object Lambda Access Point.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-s3control/types.rb', line 6055 class PutAccessPointConfigurationForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ObjectLambdaConfiguration
Object Lambda Access Point configuration document.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-s3control/types.rb', line 6055 class PutAccessPointConfigurationForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-s3control/types.rb', line 6055 class PutAccessPointConfigurationForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |