Class: Aws::Types::SplitStringEntry
- Inherits:
-
Object
- Object
- Aws::Types::SplitStringEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def delimiter @delimiter end |
#source ⇒ ::String
Returns the value of attribute source.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def source @source end |