Class: Aws::Types::ComponentVersion
- Inherits:
-
Object
- Object
- Aws::Types::ComponentVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#component_type ⇒ ::String
Returns the value of attribute component_type.
127 128 129 |
# File 'sig/types.rbs', line 127 def component_type @component_type end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
128 129 130 |
# File 'sig/types.rbs', line 128 def versions @versions end |