Class: Aws::Drs::Types::Licensing

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Configuration of a machine's license.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#os_byolBoolean

Whether to enable "Bring your own license" or not.

Returns:

  • (Boolean)


1734
1735
1736
1737
1738
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1734

class Licensing < Struct.new(
  :os_byol)
  SENSITIVE = []
  include Aws::Structure
end