Class: Aws::Types::ProcessorFeature
- Inherits:
-
Object
- Object
- Aws::Types::ProcessorFeature
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
3551 3552 3553 |
# File 'sig/types.rbs', line 3551 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def value @value end |