Class: Aws::Types::AddonCompatibilityDetail
- Inherits:
-
Object
- Object
- Aws::Types::AddonCompatibilityDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_versions ⇒ ::Array[::String]
Returns the value of attribute compatible_versions.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#compatible_versions ⇒ ::Array[::String]
Returns the value of attribute compatible_versions.
69 70 71 |
# File 'sig/types.rbs', line 69 def compatible_versions @compatible_versions end |
#name ⇒ ::String
Returns the value of attribute name.
68 69 70 |
# File 'sig/types.rbs', line 68 def name @name end |