Class: Aws::Types::JobEngineVersion
- Inherits:
-
Object
- Object
- Aws::Types::JobEngineVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def expiration_date @expiration_date end |
#version ⇒ ::String
Returns the value of attribute version.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def version @version end |