Class: Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
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.
5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'lib/aws-sdk-lambda/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'lib/aws-sdk-lambda/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'lib/aws-sdk-lambda/types.rb', line 5659 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number.
5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'lib/aws-sdk-lambda/types.rb', line 5659 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |