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.
3151 3152 3153 3154 3155 3156 |
# File 'lib/aws-sdk-lambda/types.rb', line 3151 class GetLayerVersionPolicyRequest < Struct.new( :layer_name, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number.
3151 3152 3153 3154 3155 3156 |
# File 'lib/aws-sdk-lambda/types.rb', line 3151 class GetLayerVersionPolicyRequest < Struct.new( :layer_name, :version_number) SENSITIVE = [] include Aws::Structure end |