Class: Aws::Types::Product
- Inherits:
-
Object
- Object
- Aws::Types::Product
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ ::String
Returns the value of attribute feature.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#feature ⇒ ::String
Returns the value of attribute feature.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def feature @feature end |
#name ⇒ ::String
Returns the value of attribute name.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def name @name end |