Class: Aws::Types::AppSyncRuntime

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"APPSYNC_JS"

Returns the value of attribute name.

Returns:

  • ("APPSYNC_JS")


81
82
83
# File 'sig/types.rbs', line 81

def name
  @name
end

#runtime_version::String

Returns the value of attribute runtime_version.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def runtime_version
  @runtime_version
end