Class: Aws::Types::Substring
- Inherits:
-
Object
- Object
- Aws::Types::Substring
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#start ⇒ ::Integer
Returns the value of attribute start.
Instance Attribute Details
#length ⇒ ::Integer
Returns the value of attribute length.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def length @length end |
#start ⇒ ::Integer
Returns the value of attribute start.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def start @start end |