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.
526 527 528 |
# File 'sig/types.rbs', line 526 def high_bound_key @high_bound_key end |
#low_bound_key ⇒ ::String
Returns the value of attribute low_bound_key.
525 526 527 |
# File 'sig/types.rbs', line 525 def low_bound_key @low_bound_key end |
#template ⇒ ::String
Returns the value of attribute template.
527 528 529 |
# File 'sig/types.rbs', line 527 def template @template end |