Class: Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
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",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
-
#revision_id ⇒ String
Only update the policy if the revision ID matches the ID specified.
-
#statement_id ⇒ String
The identifier that was specified when the statement was added.
-
#version_number ⇒ Integer
The version number.
Instance Attribute Details
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4570 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
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.
4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4570 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
The identifier that was specified when the statement was added.
4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4570 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number.
4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4570 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |