Class: Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest
- 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.
-
#name ⇒ String
The name of the Object Lambda Access Point.
-
#policy ⇒ String
Object Lambda Access Point resource policy document.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-s3control/types.rb', line 6078 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-s3control/types.rb', line 6078 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Object Lambda Access Point resource policy document.
6078 6079 6080 6081 6082 6083 6084 |
# File 'lib/aws-sdk-s3control/types.rb', line 6078 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |