Class: Aws::Lambda::Types::GetLayerVersionByArnRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetLayerVersionByArnRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Note:
When making an API call, you may pass GetLayerVersionByArnRequest data as a hash:
{
arn: "LayerVersionArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the layer version.
Instance Attribute Details
#arn ⇒ String
The ARN of the layer version.
3061 3062 3063 3064 3065 |
# File 'lib/aws-sdk-lambda/types.rb', line 3061 class GetLayerVersionByArnRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |