Class: Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Note:
When making an API call, you may pass PutAccessPointPolicyForObjectLambdaRequest data as a hash:
{
account_id: "AccountId", # required
name: "ObjectLambdaAccessPointName", # required
policy: "ObjectLambdaPolicy", # required
}
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.
4699 4700 4701 4702 4703 4704 4705 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4699 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point.
4699 4700 4701 4702 4703 4704 4705 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4699 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Object Lambda Access Point resource policy document.
4699 4700 4701 4702 4703 4704 4705 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4699 class PutAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name, :policy) SENSITIVE = [] include Aws::Structure end |