Get layer version by arn
async_boto.validation.lambda_.get_layer_version_by_arn
GetLayerVersionByArnRequest
Bases: BaseModel
Request model for retrieving information about a version of an AWS Lambda layer by ARN.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Arn |
The ARN of the layer version.
TYPE:
|
Arn
instance-attribute
Arn
GetLayerVersionByArnResponse
Bases: BaseModel
Response model for retrieving information about a version of an AWS Lambda layer by ARN.
| ATTRIBUTE | DESCRIPTION |
|---|---|
CompatibleArchitectures |
A list of compatible instruction set architectures.
TYPE:
|
CompatibleRuntimes |
The layer's compatible runtimes.
TYPE:
|
Content |
Details about the layer version. |
CreatedDate |
The date that the layer version was created, in ISO-8601 format.
TYPE:
|
Description |
The description of the version.
TYPE:
|
LayerArn |
The ARN of the layer.
TYPE:
|
LayerVersionArn |
The ARN of the layer version.
TYPE:
|
LicenseInfo |
The layer's software license.
TYPE:
|
Version |
The version number.
TYPE:
|
CompatibleArchitectures
instance-attribute
CompatibleArchitectures
CompatibleRuntimes
instance-attribute
CompatibleRuntimes
Content
instance-attribute
Content
CreatedDate
instance-attribute
CreatedDate
Description
instance-attribute
Description
LayerArn
instance-attribute
LayerArn
LayerVersionArn
instance-attribute
LayerVersionArn
LicenseInfo
instance-attribute
LicenseInfo
Version
instance-attribute
Version