Class: Aws::LicenseManager::Types::BorrowConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Details about a borrow configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_early_check_inBoolean

Indicates whether early check-ins are allowed.

Returns:

  • (Boolean)


138
139
140
141
142
143
# File 'lib/aws-sdk-licensemanager/types.rb', line 138

class BorrowConfiguration < Struct.new(
  :allow_early_check_in,
  :max_time_to_live_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#max_time_to_live_in_minutesInteger

Maximum time for the borrow configuration, in minutes.

Returns:

  • (Integer)


138
139
140
141
142
143
# File 'lib/aws-sdk-licensemanager/types.rb', line 138

class BorrowConfiguration < Struct.new(
  :allow_early_check_in,
  :max_time_to_live_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end