Class: Aws::S3Control::Types::DeleteAccessPointForObjectLambdaRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1479
1480
1481
1482
1483
1484
# File 'lib/aws-sdk-s3control/types.rb', line 1479

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

#nameString

The name of the access point you want to delete.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
# File 'lib/aws-sdk-s3control/types.rb', line 1479

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