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.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def expiration_date @expiration_date end |
#version ⇒ ::String
Returns the value of attribute version.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def version @version end |