class
Amazonite::Lambda::GetLayerVersionResponse
- Amazonite::Lambda::GetLayerVersionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_layer_version_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(content : LayerVersionContentOutput | Nil = nil, layer_arn : String | Nil = nil, layer_version_arn : String | Nil = nil, description : String | Nil = nil, created_date : String | Nil = nil, version : Int64 | Nil = nil, compatible_architectures : Array(Architecture) | Nil = nil, compatible_runtimes : Array(Runtime) | Nil = nil, license_info : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#compatible_architectures : Array(Architecture) | Nil
A list of compatible instruction set architectures.
-
#compatible_architectures=(compatible_architectures : Array(Architecture) | Nil)
A list of compatible instruction set architectures.
-
#compatible_runtimes : Array(Runtime) | Nil
The layer's compatible runtimes.
-
#compatible_runtimes=(compatible_runtimes : Array(Runtime) | Nil)
The layer's compatible runtimes.
-
#content : LayerVersionContentOutput | Nil
Details about the layer version.
-
#content=(content : LayerVersionContentOutput | Nil)
Details about the layer version.
-
#created_date : String | Nil
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#created_date=(created_date : String | Nil)
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#description : String | Nil
The description of the version.
-
#description=(description : String | Nil)
The description of the version.
-
#hash(hasher)
See
Object#hash(hasher) -
#layer_arn : String | Nil
The ARN of the layer.
-
#layer_arn=(layer_arn : String | Nil)
The ARN of the layer.
-
#layer_version_arn : String | Nil
The ARN of the layer version.
-
#layer_version_arn=(layer_version_arn : String | Nil)
The ARN of the layer version.
-
#license_info : String | Nil
The layer's software license.
-
#license_info=(license_info : String | Nil)
The layer's software license.
- #validate! : Nil
-
#version : Int64 | Nil
The version number.
-
#version=(version : Int64 | Nil)
The version number.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of compatible instruction set architectures.
A list of compatible instruction set architectures.
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).