Class: Aws::S3Control::Types::DeleteAccessPointPolicyForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessPointPolicyForObjectLambdaRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Note:
When making an API call, you may pass DeleteAccessPointPolicyForObjectLambdaRequest data as a hash:
{
account_id: "AccountId", # required
name: "ObjectLambdaAccessPointName", # 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 you want to delete the policy for.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
1166 1167 1168 1169 1170 1171 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1166 class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Object Lambda Access Point you want to delete the policy for.
1166 1167 1168 1169 1170 1171 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1166 class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |