Class: Aws::LicenseManager::Types::BorrowConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::BorrowConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Details about a borrow configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_early_check_in ⇒ Boolean
Indicates whether early check-ins are allowed.
-
#max_time_to_live_in_minutes ⇒ Integer
Maximum time for the borrow configuration, in minutes.
Instance Attribute Details
#allow_early_check_in ⇒ Boolean
Indicates whether early check-ins are allowed.
100 101 102 103 104 105 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 100 class BorrowConfiguration < Struct.new( :allow_early_check_in, :max_time_to_live_in_minutes) SENSITIVE = [] include Aws::Structure end |
#max_time_to_live_in_minutes ⇒ Integer
Maximum time for the borrow configuration, in minutes.
100 101 102 103 104 105 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 100 class BorrowConfiguration < Struct.new( :allow_early_check_in, :max_time_to_live_in_minutes) SENSITIVE = [] include Aws::Structure end |