Class: Aws::Types::PublishLayerVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PublishLayerVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_architectures ⇒ ::Array[("x86_64" | "arm64")]
Returns the value of attribute compatible_architectures.
-
#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" | "nodejs26.x" | "python3.15" | "java8.al2023" | "java11.al2023" | "java17.al2023")]
Returns the value of attribute compatible_runtimes.
-
#content ⇒ Types::LayerVersionContentOutput
Returns the value of attribute content.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#layer_arn ⇒ ::String
Returns the value of attribute layer_arn.
-
#layer_version_arn ⇒ ::String
Returns the value of attribute layer_version_arn.
-
#license_info ⇒ ::String
Returns the value of attribute license_info.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#compatible_architectures ⇒ ::Array[("x86_64" | "arm64")]
Returns the value of attribute compatible_architectures.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def compatible_architectures @compatible_architectures end |
#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" | "nodejs26.x" | "python3.15" | "java8.al2023" | "java11.al2023" | "java17.al2023")]
Returns the value of attribute compatible_runtimes.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def compatible_runtimes @compatible_runtimes end |
#content ⇒ Types::LayerVersionContentOutput
Returns the value of attribute content.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def content @content end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def description @description end |
#layer_arn ⇒ ::String
Returns the value of attribute layer_arn.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def layer_arn @layer_arn end |
#layer_version_arn ⇒ ::String
Returns the value of attribute layer_version_arn.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def layer_version_arn @layer_version_arn end |
#license_info ⇒ ::String
Returns the value of attribute license_info.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def license_info @license_info end |
#version ⇒ ::Integer
Returns the value of attribute version.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def version @version end |