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:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def source_version
  @source_version
end

#target_versions::Array[::String]

Returns the value of attribute target_versions.

Returns:

  • (::Array[::String])


455
456
457
# File 'sig/types.rbs', line 455

def target_versions
  @target_versions
end