Class: Aws::S3Control::Types::CreateAccessPointForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::CreateAccessPointForObjectLambdaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for owner of the specified Object Lambda Access Point.
-
#configuration ⇒ Types::ObjectLambdaConfiguration
Object Lambda Access Point configuration as a JSON document.
-
#name ⇒ String
The name you want to assign to this Object Lambda Access Point.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for owner of the specified Object Lambda Access Point.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-s3control/types.rb', line 899 class CreateAccessPointForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ObjectLambdaConfiguration
Object Lambda Access Point configuration as a JSON document.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-s3control/types.rb', line 899 class CreateAccessPointForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name you want to assign to this Object Lambda Access Point.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-s3control/types.rb', line 899 class CreateAccessPointForObjectLambdaRequest < Struct.new( :account_id, :name, :configuration) SENSITIVE = [] include Aws::Structure end |