Class: Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest

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)


6077
6078
6079
6080
6081
6082
6083
# File 'lib/aws-sdk-s3control/types.rb', line 6077

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

#nameString

The name of the Object Lambda Access Point.

Returns:

  • (String)


6077
6078
6079
6080
6081
6082
6083
# File 'lib/aws-sdk-s3control/types.rb', line 6077

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

#policyString

Object Lambda Access Point resource policy document.

Returns:

  • (String)


6077
6078
6079
6080
6081
6082
6083
# File 'lib/aws-sdk-s3control/types.rb', line 6077

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