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.
88 89 90 |
# File 'sig/types.rbs', line 88 def compatible_versions @compatible_versions end |
#name ⇒ ::String
Returns the value of attribute name.
87 88 89 |
# File 'sig/types.rbs', line 87 def name @name end |