Class: Aws::Types::RuntimeEnvironment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"PROTON", ...

Returns the value of attribute type.

Returns:

  • ("PROTON", "WINDOWS", "UBUNTU")


488
489
490
# File 'sig/types.rbs', line 488

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def version
  @version
end