Class: Aws::Types::RuntimeEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "PROTON", ...
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#type ⇒ "PROTON", ...
Returns the value of attribute type.
488 489 490 |
# File 'sig/types.rbs', line 488 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
489 490 491 |
# File 'sig/types.rbs', line 489 def version @version end |