Class: Aws::S3Control::Types::DeleteAccessPointPolicyForObjectLambdaRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the account that owns the specified Object Lambda Access Point.

Returns:

  • (String)


1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1472

class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new(
  :account_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Object Lambda Access Point you want to delete the policy for.

Returns:

  • (String)


1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1472

class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new(
  :account_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end