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
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.
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8001 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.
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8001 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.
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8001 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number.
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8001 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end |