Class: Aws::Types::BorrowConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BorrowConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_early_check_in ⇒ Boolean
Returns the value of attribute allow_early_check_in.
-
#max_time_to_live_in_minutes ⇒ ::Integer
Returns the value of attribute max_time_to_live_in_minutes.
Instance Attribute Details
#allow_early_check_in ⇒ Boolean
Returns the value of attribute allow_early_check_in.
51 52 53 |
# File 'sig/types.rbs', line 51 def allow_early_check_in @allow_early_check_in end |
#max_time_to_live_in_minutes ⇒ ::Integer
Returns the value of attribute max_time_to_live_in_minutes.
52 53 54 |
# File 'sig/types.rbs', line 52 def max_time_to_live_in_minutes @max_time_to_live_in_minutes end |