Class: Aws::Types::NegativeFormat
- Inherits:
-
Object
- Object
- Aws::Types::NegativeFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
Instance Attribute Details
#prefix ⇒ ::String
Returns the value of attribute prefix.
8205 8206 8207 |
# File 'sig/types.rbs', line 8205 def prefix @prefix end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
8206 8207 8208 |
# File 'sig/types.rbs', line 8206 def suffix @suffix end |