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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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)


100
101
102
103
104
105
# File 'gems/aws-sdk-licensemanager/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_minutesInteger

Maximum time for the borrow configuration, in minutes.

Returns:

  • (Integer)


100
101
102
103
104
105
# File 'gems/aws-sdk-licensemanager/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