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

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

Overview

Note:

When making an API call, you may pass Licensing data as a hash:

{
  os_byol: false,
}

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)


1333
1334
1335
1336
1337
# File 'lib/aws-sdk-drs/types.rb', line 1333

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