Class: Aws::Lambda::Types::GetLayerVersionByArnRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetLayerVersionByArnRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
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.
5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5001 class GetLayerVersionByArnRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |