class Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
@note When making an API call, you may pass RemoveLayerVersionPermissionRequest
data as a hash: { layer_name: "LayerName", # required version_number: 1, # required statement_id: "StatementId", # required revision_id: "String", }
@!attribute [rw] layer_name
The name or Amazon Resource Name (ARN) of the layer. @return [String]
@!attribute [rw] version_number
The version number. @return [Integer]
@!attribute [rw] statement_id
The identifier that was specified when the statement was added. @return [String]
@!attribute [rw] revision_id
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemoveLayerVersionPermissionRequest AWS API Documentation
Constants
- SENSITIVE