Class: Aws::S3Control::Types::DeleteAccessPointPolicyForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessPointPolicyForObjectLambdaRequest
- 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 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.
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-s3control/types.rb', line 1498 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.
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-s3control/types.rb', line 1498 class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |