Class: Aws::Types::KeyRange
- Inherits:
-
Object
- Object
- Aws::Types::KeyRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_marker ⇒ ::String
Returns the value of attribute begin_marker.
-
#end_marker ⇒ ::String
Returns the value of attribute end_marker.
Instance Attribute Details
#begin_marker ⇒ ::String
Returns the value of attribute begin_marker.
404 405 406 |
# File 'sig/types.rbs', line 404 def begin_marker @begin_marker end |
#end_marker ⇒ ::String
Returns the value of attribute end_marker.
405 406 407 |
# File 'sig/types.rbs', line 405 def end_marker @end_marker end |