Class: Aws::Drs::Types::Licensing
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::Licensing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Configuration of a machine’s license.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#os_byol ⇒ Boolean
Whether to enable “Bring your own license” or not.
Instance Attribute Details
#os_byol ⇒ Boolean
Whether to enable “Bring your own license” or not.
1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-drs/types.rb', line 1734 class Licensing < Struct.new( :os_byol) SENSITIVE = [] include Aws::Structure end |