Class: Aws::Lambda::Types::GetLayerVersionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetLayerVersionPolicyRequest
- 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.
-
#version_number ⇒ Integer
The version number.
Instance Attribute Details
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
3236 3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-lambda/types.rb', line 3236 class GetLayerVersionPolicyRequest < Struct.new( :layer_name, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number.
3236 3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-lambda/types.rb', line 3236 class GetLayerVersionPolicyRequest < Struct.new( :layer_name, :version_number) SENSITIVE = [] include Aws::Structure end |