Class: Aws::Lambda::Types::RemoveLayerVersionPermissionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_nameString

The name or Amazon Resource Name (ARN) of the layer.

Returns:

  • (String)


5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-lambda/types.rb', line 5774

class RemoveLayerVersionPermissionRequest < Struct.new(
  :layer_name,
  :version_number,
  :statement_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

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.

Returns:

  • (String)


5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-lambda/types.rb', line 5774

class RemoveLayerVersionPermissionRequest < Struct.new(
  :layer_name,
  :version_number,
  :statement_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

The identifier that was specified when the statement was added.

Returns:

  • (String)


5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-lambda/types.rb', line 5774

class RemoveLayerVersionPermissionRequest < Struct.new(
  :layer_name,
  :version_number,
  :statement_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number.

Returns:

  • (Integer)


5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-lambda/types.rb', line 5774

class RemoveLayerVersionPermissionRequest < Struct.new(
  :layer_name,
  :version_number,
  :statement_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end