Class: Aws::Types::CompatibleVersionsMap

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#source_version::String

Returns the value of attribute source_version.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def source_version
  @source_version
end

#target_versions::Array[::String]

Returns the value of attribute target_versions.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def target_versions
  @target_versions
end