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)


5369
5370
5371
5372
5373
5374
5375
5376
# File 'lib/aws-sdk-lambda/types.rb', line 5369

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)


5369
5370
5371
5372
5373
5374
5375
5376
# File 'lib/aws-sdk-lambda/types.rb', line 5369

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)


5369
5370
5371
5372
5373
5374
5375
5376
# File 'lib/aws-sdk-lambda/types.rb', line 5369

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

#version_numberInteger

The version number.

Returns:

  • (Integer)


5369
5370
5371
5372
5373
5374
5375
5376
# File 'lib/aws-sdk-lambda/types.rb', line 5369

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