Module: Aws::Lambda::Client::_PublishLayerVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PublishLayerVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compatible_architectures ⇒ ::Array[("x86_64" | "arm64")]
- #compatible_runtimes ⇒ ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
- #content ⇒ Types::LayerVersionContentOutput
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #layer_arn ⇒ ::String
- #layer_version_arn ⇒ ::String
- #license_info ⇒ ::String
- #version ⇒ ::Integer
Instance Method Details
#compatible_architectures ⇒ ::Array[("x86_64" | "arm64")]
1224 |
# File 'sig/client.rbs', line 1224
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
#compatible_runtimes ⇒ ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
1225 |
# File 'sig/client.rbs', line 1225
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
|
#content ⇒ Types::LayerVersionContentOutput
1218 |
# File 'sig/client.rbs', line 1218
def content: () -> Types::LayerVersionContentOutput
|
#created_date ⇒ ::Time
1222 |
# File 'sig/client.rbs', line 1222
def created_date: () -> ::Time
|
#description ⇒ ::String
1221 |
# File 'sig/client.rbs', line 1221
def description: () -> ::String
|
#layer_arn ⇒ ::String
1219 |
# File 'sig/client.rbs', line 1219
def layer_arn: () -> ::String
|
#layer_version_arn ⇒ ::String
1220 |
# File 'sig/client.rbs', line 1220
def layer_version_arn: () -> ::String
|
#license_info ⇒ ::String
1226 |
# File 'sig/client.rbs', line 1226
def license_info: () -> ::String
|
#version ⇒ ::Integer
1223 |
# File 'sig/client.rbs', line 1223
def version: () -> ::Integer
|