Class: Aws::Types::AddonCompatibilityDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_versions::Array[::String]

Returns the value of attribute compatible_versions.

Returns:

  • (::Array[::String])


88
89
90
# File 'sig/types.rbs', line 88

def compatible_versions
  @compatible_versions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def name
  @name
end