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
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.
1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1526 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.
1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1526 class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |