Class: Aws::S3Control::Types::DeleteAccessPointForObjectLambdaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeleteAccessPointForObjectLambdaRequest
- 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 access point you want to delete.
Instance Attribute Details
#account_id ⇒ String
The account ID for the account that owns the specified Object Lambda Access Point.
944 945 946 947 948 949 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 944 class DeleteAccessPointForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point you want to delete.
944 945 946 947 948 949 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 944 class DeleteAccessPointForObjectLambdaRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |