Class: Aws::Types::AwsLambdaLayerVersionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsLambdaLayerVersionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_runtimes ⇒ ::Array[::String]
Returns the value of attribute compatible_runtimes.
-
#created_date ⇒ ::String
Returns the value of attribute created_date.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#compatible_runtimes ⇒ ::Array[::String]
Returns the value of attribute compatible_runtimes.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def compatible_runtimes @compatible_runtimes end |
#created_date ⇒ ::String
Returns the value of attribute created_date.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def created_date @created_date end |
#version ⇒ ::Integer
Returns the value of attribute version.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def version @version end |