Class: Aws::Types::BetweenConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BetweenConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#high_bound_key ⇒ ::String
Returns the value of attribute high_bound_key.
-
#low_bound_key ⇒ ::String
Returns the value of attribute low_bound_key.
-
#template ⇒ ::String
Returns the value of attribute template.
Instance Attribute Details
#high_bound_key ⇒ ::String
Returns the value of attribute high_bound_key.
522 523 524 |
# File 'sig/types.rbs', line 522 def high_bound_key @high_bound_key end |
#low_bound_key ⇒ ::String
Returns the value of attribute low_bound_key.
521 522 523 |
# File 'sig/types.rbs', line 521 def low_bound_key @low_bound_key end |
#template ⇒ ::String
Returns the value of attribute template.
523 524 525 |
# File 'sig/types.rbs', line 523 def template @template end |