Class: Aws::Types::AppSyncRuntime
- Inherits:
-
Object
- Object
- Aws::Types::AppSyncRuntime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "APPSYNC_JS"
Returns the value of attribute name.
-
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
Instance Attribute Details
#name ⇒ "APPSYNC_JS"
Returns the value of attribute name.
81 82 83 |
# File 'sig/types.rbs', line 81 def name @name end |
#runtime_version ⇒ ::String
Returns the value of attribute runtime_version.
82 83 84 |
# File 'sig/types.rbs', line 82 def runtime_version @runtime_version end |